Html Css Color HEX #688022 Olive Drab

📋 copy color: '#688022'

red 104 ◦ green 128 ◦ blue 34

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

Shades of Olive Drab #688022

Tints of Olive Drab #688022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 39.1%
G = 48.12%
B = 12.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#688022 (or 0x688022) is known color: Olive Drab. HEX triplet: 68, 80 and 22. RGB value is (104,128,34). Sum of RGB (Red+Green+Blue) = 104+128+34=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #688022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688022 is #977FDD. Grayscale: #6E6E6E. Windows color (decimal): -9928670 or 2261096. OLE color: 2261096.

HSL color Cylindrical-coordinate representation of color #688022: hue angle of 75.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #688022 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 34 -
CMYK 0.19 0 0.73 0.50
HSL 75.32º 0.58% 0.32% -
HSV(B) 75.32º 0.73% 0.5% -
XYZ 13.72 18.5 4.36 -
YUV 110.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 104 128 34 0.19 0 0.73 0.50 75.32 0.58 0.32
Hex 68 80 22 13 0 49 32 4B 3A 20
Octal 150 200 42 23 0 111 62 113 72 40
Binary 1101000 10000000 100010 10011 0 1001001 110010 1001011 111010 100000

Color Harmonies of #688022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688022

Black with #688022

Text Example


Text Example

White with #688022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688022; }

 p { color: rgb(104,128,34); }

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

background-color css

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

 a { background-color: rgb(104,128,34); }

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

border-color css

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

 span { border-color: rgb(104,128,34); }

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