Html Css Color HEX #68832F Olive Drab

📋 copy color: '#68832F'

red 104 ◦ green 131 ◦ blue 47

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

Shades of Olive Drab #68832F

Tints of Olive Drab #68832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

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

R = 36.88%
G = 46.45%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#68832F (or 0x68832F) is known color: Olive Drab. HEX triplet: 68, 83 and 2F. RGB value is (104,131,47). Sum of RGB (Red+Green+Blue) = 104+131+47=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #68832F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68832F is #977CD0. Grayscale: #717171. Windows color (decimal): -9927889 or 3113832. OLE color: 3113832.

HSL color Cylindrical-coordinate representation of color #68832F: hue angle of 79.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68832F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 47 -
CMYK 0.21 0 0.64 0.49
HSL 79.29º 0.47% 0.35% -
HSV(B) 79.29º 0.64% 0.51% -
XYZ 14.34 19.38 5.67 -
YUV 113.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 104 131 47 0.21 0 0.64 0.49 79.29 0.47 0.35
Hex 68 83 2F 15 0 40 31 4F 2F 23
Octal 150 203 57 25 0 100 61 117 57 43
Binary 1101000 10000011 101111 10101 0 1000000 110001 1001111 101111 100011

Color Harmonies of #68832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68832F

Black with #68832F

Text Example


Text Example

White with #68832F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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