Html Css Color HEX #666505 Fiji Green

📋 copy color: '#666505'

red 102 ◦ green 101 ◦ blue 5

#666505
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #666505

Tints of Fiji Green #666505

RGB

 RED value IS 102 (40.23% from 255) = 49.04%

 GREEN value IS 101 (39.84% from 255) = 48.56%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 49.04%
G = 48.56%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#666505 (or 0x666505) is known color: Fiji Green. HEX triplet: 66, 65 and 05. RGB value is (102,101,5). Sum of RGB (Red+Green+Blue) = 102+101+5=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #666505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666505 is #999AFA. Grayscale: #5A5A5A. Windows color (decimal): -10066683 or 353638. OLE color: 353638.

HSL color Cylindrical-coordinate representation of color #666505: hue angle of 59.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666505 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 5 -
CMYK 0 0.01 0.95 0.6
HSL 59.38º 0.91% 0.21% -
HSV(B) 59.38º 0.95% 0.4% -
XYZ 10.16 12.14 1.95 -
YUV 90.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 102 101 5 0 0.01 0.95 0.6 59.38 0.91 0.21
Hex 66 65 5 0 1 5F 3C 3B 5B 15
Octal 146 145 5 0 1 137 74 73 133 25
Binary 1100110 1100101 101 0 1 1011111 111100 111011 1011011 10101

Color Harmonies of #666505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666505

Black with #666505

Text Example


Text Example

White with #666505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666505; }

 p { color: rgb(102,101,5); }

 H1.HeaderClassName
 {
   color: #666505;
 }
 .AnyTagClassName
 {
   color: #666505;
 }
</style>

background-color css

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

 a { background-color: rgb(102,101,5); }

 div.DivClassName
 {
   background-color: #666505;
 }
 .BgClassName
 {
   background-color: #666505;
 }
</style>

border-color css

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

 span { border-color: rgb(102,101,5); }

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