Html Css Color HEX #688234 Olive Drab

📋 copy color: '#688234'

red 104 ◦ green 130 ◦ blue 52

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

Shades of Olive Drab #688234

Tints of Olive Drab #688234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#688234 (or 0x688234) is known color: Olive Drab. HEX triplet: 68, 82 and 34. RGB value is (104,130,52). Sum of RGB (Red+Green+Blue) = 104+130+52=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #688234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688234 is #977DCB. Grayscale: #717171. Windows color (decimal): -9928140 or 3441256. OLE color: 3441256.

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

Color convert

RGB 104 130 52 -
CMYK 0.2 0 0.60 0.49
HSL 80º 0.43% 0.36% -
HSV(B) 80º 0.6% 0.51% -
XYZ 14.31 19.16 6.19 -
YUV 113.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 104 130 52 0.2 0 0.60 0.49 80 0.43 0.36
Hex 68 82 34 14 0 3C 31 50 2B 24
Octal 150 202 64 24 0 74 61 120 53 44
Binary 1101000 10000010 110100 10100 0 111100 110001 1010000 101011 100100

Color Harmonies of #688234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688234

Black with #688234

Text Example


Text Example

White with #688234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688234; }

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

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

background-color css

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

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

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

border-color css

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

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

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