Html Css Color HEX #68820F Olive Drab

📋 copy color: '#68820F'

red 104 ◦ green 130 ◦ blue 15

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

Shades of Olive Drab #68820F

Tints of Olive Drab #68820F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 41.77%
G = 52.21%
B = 6.02%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#68820F (or 0x68820F) is known color: Olive Drab. HEX triplet: 68, 82 and 0F. RGB value is (104,130,15). Sum of RGB (Red+Green+Blue) = 104+130+15=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #68820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68820F is #977DF0. Grayscale: #6D6D6D. Windows color (decimal): -9928177 or 1016424. OLE color: 1016424.

HSL color Cylindrical-coordinate representation of color #68820F: hue angle of 73.57º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68820F is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 15 -
CMYK 0.2 0 0.88 0.49
HSL 73.57º 0.79% 0.28% -
HSV(B) 73.57º 0.88% 0.51% -
XYZ 13.78 18.94 3.38 -
YUV 109.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 104 130 15 0.2 0 0.88 0.49 73.57 0.79 0.28
Hex 68 82 F 14 0 58 31 4A 4F 1C
Octal 150 202 17 24 0 130 61 112 117 34
Binary 1101000 10000010 1111 10100 0 1011000 110001 1001010 1001111 11100

Color Harmonies of #68820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68820F

Black with #68820F

Text Example


Text Example

White with #68820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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