Html Css Color HEX #66700F Fiji Green

📋 copy color: '#66700F'

red 102 ◦ green 112 ◦ blue 15

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

Shades of Fiji Green #66700F

Tints of Fiji Green #66700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 44.54%
G = 48.91%
B = 6.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#66700F (or 0x66700F) is known color: Fiji Green. HEX triplet: 66, 70 and 0F. RGB value is (102,112,15). Sum of RGB (Red+Green+Blue) = 102+112+15=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #66700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66700F is #998FF0. Grayscale: #626262. Windows color (decimal): -10063857 or 1011814. OLE color: 1011814.

HSL color Cylindrical-coordinate representation of color #66700F: hue angle of 66.19º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66700F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 15 -
CMYK 0.09 0 0.87 0.56
HSL 66.19º 0.76% 0.25% -
HSV(B) 66.19º 0.87% 0.44% -
XYZ 11.36 14.45 2.64 -
YUV 97.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 102 112 15 0.09 0 0.87 0.56 66.19 0.76 0.25
Hex 66 70 F 9 0 57 38 42 4C 19
Octal 146 160 17 11 0 127 70 102 114 31
Binary 1100110 1110000 1111 1001 0 1010111 111000 1000010 1001100 11001

Color Harmonies of #66700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66700F

Black with #66700F

Text Example


Text Example

White with #66700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66700F; }

 p { color: rgb(102,112,15); }

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

background-color css

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

 a { background-color: rgb(102,112,15); }

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

border-color css

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

 span { border-color: rgb(102,112,15); }

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