Html Css Color HEX #668A23 Olive Drab

📋 copy color: '#668A23'

red 102 ◦ green 138 ◦ blue 35

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

Shades of Olive Drab #668A23

Tints of Olive Drab #668A23

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.18%

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

R = 37.09%
G = 50.18%
B = 12.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#668A23 (or 0x668A23) is known color: Olive Drab. HEX triplet: 66, 8A and 23. RGB value is (102,138,35). Sum of RGB (Red+Green+Blue) = 102+138+35=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #668A23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A23 is #9975DC. Grayscale: #737373. Windows color (decimal): -10057181 or 2329190. OLE color: 2329190.

HSL color Cylindrical-coordinate representation of color #668A23: hue angle of 80.97º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #668A23 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 35 -
CMYK 0.26 0 0.75 0.46
HSL 80.97º 0.6% 0.34% -
HSV(B) 80.97º 0.75% 0.54% -
XYZ 14.87 21.12 4.88 -
YUV 115.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 102 138 35 0.26 0 0.75 0.46 80.97 0.6 0.34
Hex 66 8A 23 1A 0 4B 2E 51 3C 22
Octal 146 212 43 32 0 113 56 121 74 42
Binary 1100110 10001010 100011 11010 0 1001011 101110 1010001 111100 100010

Color Harmonies of #668A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A23

Black with #668A23

Text Example


Text Example

White with #668A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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