Html Css Color HEX #66650B Fiji Green

📋 copy color: '#66650B'

red 102 ◦ green 101 ◦ blue 11

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

Shades of Fiji Green #66650B

Tints of Fiji Green #66650B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 47.66%
G = 47.2%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66650B (or 0x66650B) is known color: Fiji Green. HEX triplet: 66, 65 and 0B. RGB value is (102,101,11). Sum of RGB (Red+Green+Blue) = 102+101+11=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66650B is #999AF4. Grayscale: #5B5B5B. Windows color (decimal): -10066677 or 746854. OLE color: 746854.

HSL color Cylindrical-coordinate representation of color #66650B: hue angle of 59.34º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66650B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 11 -
CMYK 0 0.01 0.89 0.6
HSL 59.34º 0.81% 0.22% -
HSV(B) 59.34º 0.89% 0.4% -
XYZ 10.19 12.16 2.13 -
YUV 91.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 102 101 11 0 0.01 0.89 0.6 59.34 0.81 0.22
Hex 66 65 B 0 1 59 3C 3B 51 16
Octal 146 145 13 0 1 131 74 73 121 26
Binary 1100110 1100101 1011 0 1 1011001 111100 111011 1010001 10110

Color Harmonies of #66650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66650B

Black with #66650B

Text Example


Text Example

White with #66650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66650B; }

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

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

background-color css

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

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

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

border-color css

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

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

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