Html Css Color HEX #668F0C Olive Drab

📋 copy color: '#668F0C'

red 102 ◦ green 143 ◦ blue 12

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

Shades of Olive Drab #668F0C

Tints of Olive Drab #668F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.64%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 39.69%
G = 55.64%
B = 4.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#668F0C (or 0x668F0C) is known color: Olive Drab. HEX triplet: 66, 8F and 0C. RGB value is (102,143,12). Sum of RGB (Red+Green+Blue) = 102+143+12=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #668F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668F0C is #9970F3. Grayscale: #747474. Windows color (decimal): -10055924 or 823142. OLE color: 823142.

HSL color Cylindrical-coordinate representation of color #668F0C: hue angle of 78.78º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #668F0C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 12 -
CMYK 0.29 0 0.92 0.44
HSL 78.78º 0.85% 0.3% -
HSV(B) 78.78º 0.92% 0.56% -
XYZ 15.37 22.5 3.88 -
YUV 115.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 102 143 12 0.29 0 0.92 0.44 78.78 0.85 0.3
Hex 66 8F C 1D 0 5C 2C 4F 55 1E
Octal 146 217 14 35 0 134 54 117 125 36
Binary 1100110 10001111 1100 11101 0 1011100 101100 1001111 1010101 11110

Color Harmonies of #668F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F0C

Black with #668F0C

Text Example


Text Example

White with #668F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F0C; }

 p { color: rgb(102,143,12); }

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

background-color css

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

 a { background-color: rgb(102,143,12); }

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

border-color css

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

 span { border-color: rgb(102,143,12); }

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