Html Css Color HEX #668C04 Olive Drab

📋 copy color: '#668C04'

red 102 ◦ green 140 ◦ blue 4

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

Shades of Olive Drab #668C04

Tints of Olive Drab #668C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56.91%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 41.46%
G = 56.91%
B = 1.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#668C04 (or 0x668C04) is known color: Olive Drab. HEX triplet: 66, 8C and 04. RGB value is (102,140,4). Sum of RGB (Red+Green+Blue) = 102+140+4=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #668C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668C04 is #9973FB. Grayscale: #717171. Windows color (decimal): -10056700 or 298086. OLE color: 298086.

HSL color Cylindrical-coordinate representation of color #668C04: hue angle of 76.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668C04 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 4 -
CMYK 0.27 0 0.97 0.45
HSL 76.76º 0.94% 0.28% -
HSV(B) 76.76º 0.97% 0.55% -
XYZ 14.88 21.59 3.5 -
YUV 113.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 102 140 4 0.27 0 0.97 0.45 76.76 0.94 0.28
Hex 66 8C 4 1B 0 61 2D 4D 5E 1C
Octal 146 214 4 33 0 141 55 115 136 34
Binary 1100110 10001100 100 11011 0 1100001 101101 1001101 1011110 11100

Color Harmonies of #668C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C04

Black with #668C04

Text Example


Text Example

White with #668C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,4); }

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

background-color css

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

 a { background-color: rgb(102,140,4); }

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

border-color css

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

 span { border-color: rgb(102,140,4); }

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