Html Css Color HEX #688035 Olive Drab

📋 copy color: '#688035'

red 104 ◦ green 128 ◦ blue 53

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

Shades of Olive Drab #688035

Tints of Olive Drab #688035

RGB

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

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

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

R = 36.49%
G = 44.91%
B = 18.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#688035 (or 0x688035) is known color: Olive Drab. HEX triplet: 68, 80 and 35. RGB value is (104,128,53). Sum of RGB (Red+Green+Blue) = 104+128+53=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #688035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688035 is #977FCA. Grayscale: #707070. Windows color (decimal): -9928651 or 3506280. OLE color: 3506280.

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

Color convert

RGB 104 128 53 -
CMYK 0.19 0 0.59 0.50
HSL 79.2º 0.41% 0.35% -
HSV(B) 79.2º 0.59% 0.5% -
XYZ 14.07 18.64 6.22 -
YUV 112.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 104 128 53 0.19 0 0.59 0.50 79.2 0.41 0.35
Hex 68 80 35 13 0 3B 32 4F 29 23
Octal 150 200 65 23 0 73 62 117 51 43
Binary 1101000 10000000 110101 10011 0 111011 110010 1001111 101001 100011

Color Harmonies of #688035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688035

Black with #688035

Text Example


Text Example

White with #688035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688035; }

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

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

background-color css

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

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

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

border-color css

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

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

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