Html Css Color HEX #668327 Olive Drab

📋 copy color: '#668327'

red 102 ◦ green 131 ◦ blue 39

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

Shades of Olive Drab #668327

Tints of Olive Drab #668327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 37.5%
G = 48.16%
B = 14.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#668327 (or 0x668327) is known color: Olive Drab. HEX triplet: 66, 83 and 27. RGB value is (102,131,39). Sum of RGB (Red+Green+Blue) = 102+131+39=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #668327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668327 is #997CD8. Grayscale: #707070. Windows color (decimal): -10058969 or 2589542. OLE color: 2589542.

HSL color Cylindrical-coordinate representation of color #668327: hue angle of 78.91º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668327 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 39 -
CMYK 0.22 0 0.70 0.49
HSL 78.91º 0.54% 0.33% -
HSV(B) 78.91º 0.7% 0.51% -
XYZ 13.96 19.2 4.89 -
YUV 111.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 102 131 39 0.22 0 0.70 0.49 78.91 0.54 0.33
Hex 66 83 27 16 0 46 31 4F 36 21
Octal 146 203 47 26 0 106 61 117 66 41
Binary 1100110 10000011 100111 10110 0 1000110 110001 1001111 110110 100001

Color Harmonies of #668327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668327

Black with #668327

Text Example


Text Example

White with #668327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668327; }

 p { color: rgb(102,131,39); }

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

background-color css

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

 a { background-color: rgb(102,131,39); }

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

border-color css

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

 span { border-color: rgb(102,131,39); }

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