Html Css Color HEX #68840B Olive Drab

📋 copy color: '#68840B'

red 104 ◦ green 132 ◦ blue 11

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

Shades of Olive Drab #68840B

Tints of Olive Drab #68840B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 42.11%
G = 53.44%
B = 4.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#68840B (or 0x68840B) is known color: Olive Drab. HEX triplet: 68, 84 and 0B. RGB value is (104,132,11). Sum of RGB (Red+Green+Blue) = 104+132+11=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #68840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68840B is #977BF4. Grayscale: #6E6E6E. Windows color (decimal): -9927669 or 754792. OLE color: 754792.

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

Color convert

RGB 104 132 11 -
CMYK 0.21 0 0.92 0.48
HSL 73.88º 0.85% 0.28% -
HSV(B) 73.88º 0.92% 0.52% -
XYZ 14.02 19.47 3.34 -
YUV 109.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 104 132 11 0.21 0 0.92 0.48 73.88 0.85 0.28
Hex 68 84 B 15 0 5C 30 4A 55 1C
Octal 150 204 13 25 0 134 60 112 125 34
Binary 1101000 10000100 1011 10101 0 1011100 110000 1001010 1010101 11100

Color Harmonies of #68840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68840B

Black with #68840B

Text Example


Text Example

White with #68840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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