Html Css Color HEX #688226 Olive Drab

📋 copy color: '#688226'

red 104 ◦ green 130 ◦ blue 38

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

Shades of Olive Drab #688226

Tints of Olive Drab #688226

RGB

 RED value IS 104 (41.02% from 255) = 38.24%

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

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

R = 38.24%
G = 47.79%
B = 13.97%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#688226 (or 0x688226) is known color: Olive Drab. HEX triplet: 68, 82 and 26. RGB value is (104,130,38). Sum of RGB (Red+Green+Blue) = 104+130+38=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #688226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688226 is #977DD9. Grayscale: #707070. Windows color (decimal): -9928154 or 2523752. OLE color: 2523752.

HSL color Cylindrical-coordinate representation of color #688226: hue angle of 76.96º 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 #688226 is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 38 -
CMYK 0.2 0 0.71 0.49
HSL 76.96º 0.55% 0.33% -
HSV(B) 76.96º 0.71% 0.51% -
XYZ 14.04 19.05 4.77 -
YUV 111.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 104 130 38 0.2 0 0.71 0.49 76.96 0.55 0.33
Hex 68 82 26 14 0 47 31 4D 37 21
Octal 150 202 46 24 0 107 61 115 67 41
Binary 1101000 10000010 100110 10100 0 1000111 110001 1001101 110111 100001

Color Harmonies of #688226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688226

Black with #688226

Text Example


Text Example

White with #688226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688226; }

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

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

background-color css

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

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

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

border-color css

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

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

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