Html Css Color HEX #668726 Olive Drab

📋 copy color: '#668726'

red 102 ◦ green 135 ◦ blue 38

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

Shades of Olive Drab #668726

Tints of Olive Drab #668726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.09%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 37.09%
G = 49.09%
B = 13.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#668726 (or 0x668726) is known color: Olive Drab. HEX triplet: 66, 87 and 26. RGB value is (102,135,38). Sum of RGB (Red+Green+Blue) = 102+135+38=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #668726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668726 is #9978D9. Grayscale: #727272. Windows color (decimal): -10057946 or 2525030. OLE color: 2525030.

HSL color Cylindrical-coordinate representation of color #668726: hue angle of 80.41º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668726 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 38 -
CMYK 0.24 0 0.72 0.47
HSL 80.41º 0.56% 0.34% -
HSV(B) 80.41º 0.72% 0.53% -
XYZ 14.49 20.29 4.99 -
YUV 114.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 102 135 38 0.24 0 0.72 0.47 80.41 0.56 0.34
Hex 66 87 26 18 0 48 2F 50 38 22
Octal 146 207 46 30 0 110 57 120 70 42
Binary 1100110 10000111 100110 11000 0 1001000 101111 1010000 111000 100010

Color Harmonies of #668726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668726

Black with #668726

Text Example


Text Example

White with #668726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668726; }

 p { color: rgb(102,135,38); }

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

background-color css

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

 a { background-color: rgb(102,135,38); }

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

border-color css

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

 span { border-color: rgb(102,135,38); }

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