Html Css Color HEX #668328 Olive Drab

📋 copy color: '#668328'

red 102 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #668328

Tints of Olive Drab #668328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 37.36%
G = 47.99%
B = 14.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#668328 (or 0x668328) is known color: Olive Drab. HEX triplet: 66, 83 and 28. RGB value is (102,131,40). Sum of RGB (Red+Green+Blue) = 102+131+40=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #668328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668328 is #997CD7. Grayscale: #707070. Windows color (decimal): -10058968 or 2655078. OLE color: 2655078.

HSL color Cylindrical-coordinate representation of color #668328: hue angle of 79.12º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #668328 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 40 -
CMYK 0.22 0 0.69 0.49
HSL 79.12º 0.53% 0.34% -
HSV(B) 79.12º 0.69% 0.51% -
XYZ 13.98 19.21 4.98 -
YUV 111.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 102 131 40 0.22 0 0.69 0.49 79.12 0.53 0.34
Hex 66 83 28 16 0 45 31 4F 35 22
Octal 146 203 50 26 0 105 61 117 65 42
Binary 1100110 10000011 101000 10110 0 1000101 110001 1001111 110101 100010

Color Harmonies of #668328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668328

Black with #668328

Text Example


Text Example

White with #668328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668328; }

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

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

background-color css

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

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

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

border-color css

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

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

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