Html Css Color HEX #668E23 Olive Drab

📋 copy color: '#668E23'

red 102 ◦ green 142 ◦ blue 35

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

Shades of Olive Drab #668E23

Tints of Olive Drab #668E23

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.9%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 36.56%
G = 50.9%
B = 12.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#668E23 (or 0x668E23) is known color: Olive Drab. HEX triplet: 66, 8E and 23. RGB value is (102,142,35). Sum of RGB (Red+Green+Blue) = 102+142+35=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #668E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E23 is #9971DC. Grayscale: #767676. Windows color (decimal): -10056157 or 2330214. OLE color: 2330214.

HSL color Cylindrical-coordinate representation of color #668E23: hue angle of 82.43º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #668E23 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 35 -
CMYK 0.28 0 0.75 0.44
HSL 82.43º 0.6% 0.35% -
HSV(B) 82.43º 0.75% 0.56% -
XYZ 15.46 22.29 5.08 -
YUV 117.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 102 142 35 0.28 0 0.75 0.44 82.43 0.6 0.35
Hex 66 8E 23 1C 0 4B 2C 52 3C 23
Octal 146 216 43 34 0 113 54 122 74 43
Binary 1100110 10001110 100011 11100 0 1001011 101100 1010010 111100 100011

Color Harmonies of #668E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E23

Black with #668E23

Text Example


Text Example

White with #668E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,142,35); }

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

background-color css

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

 a { background-color: rgb(102,142,35); }

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

border-color css

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

 span { border-color: rgb(102,142,35); }

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