Html Css Color HEX #608226 Olive Drab

📋 copy color: '#608226'

red 96 ◦ green 130 ◦ blue 38

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

Shades of Olive Drab #608226

Tints of Olive Drab #608226

RGB

 RED value IS 96 (37.89% from 255) = 36.36%

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 36.36%
G = 49.24%
B = 14.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#608226 (or 0x608226) is known color: Olive Drab. HEX triplet: 60, 82 and 26. RGB value is (96,130,38). Sum of RGB (Red+Green+Blue) = 96+130+38=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #608226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608226 is #9F7DD9. Grayscale: #6D6D6D. Windows color (decimal): -10452442 or 2523744. OLE color: 2523744.

HSL color Cylindrical-coordinate representation of color #608226: hue angle of 82.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #608226 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 38 -
CMYK 0.26 0 0.71 0.49
HSL 82.17º 0.55% 0.33% -
HSV(B) 82.17º 0.71% 0.51% -
XYZ 13.16 18.59 4.73 -
YUV 109.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 96 130 38 0.26 0 0.71 0.49 82.17 0.55 0.33
Hex 60 82 26 1A 0 47 31 52 37 21
Octal 140 202 46 32 0 107 61 122 67 41
Binary 1100000 10000010 100110 11010 0 1000111 110001 1010010 110111 100001

Color Harmonies of #608226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608226

Black with #608226

Text Example


Text Example

White with #608226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608226; }

 p { color: rgb(96,130,38); }

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

background-color css

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

 a { background-color: rgb(96,130,38); }

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

border-color css

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

 span { border-color: rgb(96,130,38); }

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