Html Css Color HEX #669223 Olive Drab

📋 copy color: '#669223'

red 102 ◦ green 146 ◦ blue 35

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

Shades of Olive Drab #669223

Tints of Olive Drab #669223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

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

R = 36.04%
G = 51.59%
B = 12.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#669223 (or 0x669223) is known color: Olive Drab. HEX triplet: 66, 92 and 23. RGB value is (102,146,35). Sum of RGB (Red+Green+Blue) = 102+146+35=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #669223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669223 is #996DDC. Grayscale: #787878. Windows color (decimal): -10055133 or 2331238. OLE color: 2331238.

HSL color Cylindrical-coordinate representation of color #669223: hue angle of 83.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669223 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 35 -
CMYK 0.30 0 0.76 0.43
HSL 83.78º 0.61% 0.35% -
HSV(B) 83.78º 0.76% 0.57% -
XYZ 16.06 23.5 5.28 -
YUV 120.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 102 146 35 0.30 0 0.76 0.43 83.78 0.61 0.35
Hex 66 92 23 1E 0 4C 2B 54 3D 23
Octal 146 222 43 36 0 114 53 124 75 43
Binary 1100110 10010010 100011 11110 0 1001100 101011 1010100 111101 100011

Color Harmonies of #669223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669223

Black with #669223

Text Example


Text Example

White with #669223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669223; }

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

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

background-color css

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

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

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

border-color css

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

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

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