Html Css Color HEX #68842B Olive Drab

📋 copy color: '#68842B'

red 104 ◦ green 132 ◦ blue 43

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

Shades of Olive Drab #68842B

Tints of Olive Drab #68842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 37.28%
G = 47.31%
B = 15.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#68842B (or 0x68842B) is known color: Olive Drab. HEX triplet: 68, 84 and 2B. RGB value is (104,132,43). Sum of RGB (Red+Green+Blue) = 104+132+43=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #68842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68842B is #977BD4. Grayscale: #717171. Windows color (decimal): -9927637 or 2851944. OLE color: 2851944.

HSL color Cylindrical-coordinate representation of color #68842B: hue angle of 78.88º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68842B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 43 -
CMYK 0.21 0 0.67 0.48
HSL 78.88º 0.51% 0.34% -
HSV(B) 78.88º 0.67% 0.52% -
XYZ 14.4 19.62 5.31 -
YUV 113.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 104 132 43 0.21 0 0.67 0.48 78.88 0.51 0.34
Hex 68 84 2B 15 0 43 30 4F 33 22
Octal 150 204 53 25 0 103 60 117 63 42
Binary 1101000 10000100 101011 10101 0 1000011 110000 1001111 110011 100010

Color Harmonies of #68842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68842B

Black with #68842B

Text Example


Text Example

White with #68842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68842B; }

 p { color: rgb(104,132,43); }

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

background-color css

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

 a { background-color: rgb(104,132,43); }

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

border-color css

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

 span { border-color: rgb(104,132,43); }

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