Html Css Color HEX #668423 Olive Drab

📋 copy color: '#668423'

red 102 ◦ green 132 ◦ blue 35

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

Shades of Olive Drab #668423

Tints of Olive Drab #668423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 37.92%
G = 49.07%
B = 13.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#668423 (or 0x668423) is known color: Olive Drab. HEX triplet: 66, 84 and 23. RGB value is (102,132,35). Sum of RGB (Red+Green+Blue) = 102+132+35=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #668423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668423 is #997BDC. Grayscale: #707070. Windows color (decimal): -10058717 or 2327654. OLE color: 2327654.

HSL color Cylindrical-coordinate representation of color #668423: hue angle of 78.56º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668423 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 35 -
CMYK 0.23 0 0.73 0.48
HSL 78.56º 0.58% 0.33% -
HSV(B) 78.56º 0.73% 0.52% -
XYZ 14.03 19.45 4.6 -
YUV 111.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 102 132 35 0.23 0 0.73 0.48 78.56 0.58 0.33
Hex 66 84 23 17 0 49 30 4F 3A 21
Octal 146 204 43 27 0 111 60 117 72 41
Binary 1100110 10000100 100011 10111 0 1001001 110000 1001111 111010 100001

Color Harmonies of #668423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668423

Black with #668423

Text Example


Text Example

White with #668423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668423; }

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

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

background-color css

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

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

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

border-color css

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

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

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