Html Css Color HEX #66700D Fiji Green

📋 copy color: '#66700D'

red 102 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #66700D

Tints of Fiji Green #66700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 44.93%
G = 49.34%
B = 5.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#66700D (or 0x66700D) is known color: Fiji Green. HEX triplet: 66, 70 and 0D. RGB value is (102,112,13). Sum of RGB (Red+Green+Blue) = 102+112+13=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #66700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66700D is #998FF2. Grayscale: #626262. Windows color (decimal): -10063859 or 880742. OLE color: 880742.

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

Color convert

RGB 102 112 13 -
CMYK 0.09 0 0.88 0.56
HSL 66.06º 0.79% 0.25% -
HSV(B) 66.06º 0.88% 0.44% -
XYZ 11.35 14.44 2.57 -
YUV 97.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 102 112 13 0.09 0 0.88 0.56 66.06 0.79 0.25
Hex 66 70 D 9 0 58 38 42 4F 19
Octal 146 160 15 11 0 130 70 102 117 31
Binary 1100110 1110000 1101 1001 0 1011000 111000 1000010 1001111 11001

Color Harmonies of #66700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66700D

Black with #66700D

Text Example


Text Example

White with #66700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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