Html Css Color HEX #688235 Olive Drab

📋 copy color: '#688235'

red 104 ◦ green 130 ◦ blue 53

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

Shades of Olive Drab #688235

Tints of Olive Drab #688235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 36.24%
G = 45.3%
B = 18.47%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#688235 (or 0x688235) is known color: Olive Drab. HEX triplet: 68, 82 and 35. RGB value is (104,130,53). Sum of RGB (Red+Green+Blue) = 104+130+53=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #688235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688235 is #977DCA. Grayscale: #717171. Windows color (decimal): -9928139 or 3506792. OLE color: 3506792.

HSL color Cylindrical-coordinate representation of color #688235: hue angle of 80.26º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688235 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 53 -
CMYK 0.2 0 0.59 0.49
HSL 80.26º 0.42% 0.36% -
HSV(B) 80.26º 0.59% 0.51% -
XYZ 14.33 19.17 6.31 -
YUV 113.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 104 130 53 0.2 0 0.59 0.49 80.26 0.42 0.36
Hex 68 82 35 14 0 3B 31 50 2A 24
Octal 150 202 65 24 0 73 61 120 52 44
Binary 1101000 10000010 110101 10100 0 111011 110001 1010000 101010 100100

Color Harmonies of #688235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688235

Black with #688235

Text Example


Text Example

White with #688235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688235; }

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

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

background-color css

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

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

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

border-color css

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

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

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