#665F00

Color #665F00 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #665F00

Tints of Fiji Green #665F00

Color information

#665F00 (or 0x665F00) is unknown color: approx Fiji Green. HEX triplet: 66, 5F and 00. RGB value is (102,95,0). Sum of RGB (Red+Green+Blue) = 102+95+0=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F00 is #99A0FF. Grayscale: #565656. Windows color (decimal): -10068224 or 24422. OLE color: 24422.

HSL color Cylindrical-coordinate representation of color #665F00: hue angle of 55.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #665F00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102950-
CMYK00.0710.6
HSL55.88º100%20%-
HSV(B)55.88º100%40%-
XYZ9.5711.011.62-
YUV86.2679.32139.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.78%
G=48.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295000.0710.655.8810020
Hex665F007643C386414
Octal146137007144747014424
Binary11001101011111001111100100111100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F00; }

 p { color: rgb(102,95,0); }

 H1.HeaderClassName
 {
   color: #665F00;
 }
 .AnyTagClassName
 {
   color: #665F00;
 }
</style>
background-color css

<style>
 a { background-color: #665F00; }

 a { background-color: rgb(102,95,0); }

 div.DivClassName
 {
   background-color: #665F00;
 }
 .BgClassName
 {
   background-color: #665F00;
 }
</style>
border-color css

<style>
 span { border-color: #665F00; }

 span { border-color: rgb(102,95,0); }

 td.TdClassName
 {
   border-color: #665F00;
 }
 .TagClassName
 {
   border-color: #665F00;
 }
</style>