Html Css Color HEX #68872F Olive Drab

📋 copy color: '#68872F'

red 104 ◦ green 135 ◦ blue 47

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

Shades of Olive Drab #68872F

Tints of Olive Drab #68872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 36.36%
G = 47.2%
B = 16.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#68872F (or 0x68872F) is known color: Olive Drab. HEX triplet: 68, 87 and 2F. RGB value is (104,135,47). Sum of RGB (Red+Green+Blue) = 104+135+47=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #68872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68872F is #9778D0. Grayscale: #747474. Windows color (decimal): -9926865 or 3114856. OLE color: 3114856.

HSL color Cylindrical-coordinate representation of color #68872F: hue angle of 81.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68872F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 47 -
CMYK 0.23 0 0.65 0.47
HSL 81.14º 0.48% 0.36% -
HSV(B) 81.14º 0.65% 0.53% -
XYZ 14.89 20.48 5.86 -
YUV 115.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 104 135 47 0.23 0 0.65 0.47 81.14 0.48 0.36
Hex 68 87 2F 17 0 41 2F 51 30 24
Octal 150 207 57 27 0 101 57 121 60 44
Binary 1101000 10000111 101111 10111 0 1000001 101111 1010001 110000 100100

Color Harmonies of #68872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68872F

Black with #68872F

Text Example


Text Example

White with #68872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68872F; }

 p { color: rgb(104,135,47); }

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

background-color css

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

 a { background-color: rgb(104,135,47); }

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

border-color css

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

 span { border-color: rgb(104,135,47); }

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