Html Css Color HEX #68860C Olive Drab

📋 copy color: '#68860C'

red 104 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #68860C

Tints of Olive Drab #68860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 41.6%
G = 53.6%
B = 4.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#68860C (or 0x68860C) is known color: Olive Drab. HEX triplet: 68, 86 and 0C. RGB value is (104,134,12). Sum of RGB (Red+Green+Blue) = 104+134+12=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #68860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68860C is #9779F3. Grayscale: #6F6F6F. Windows color (decimal): -9927156 or 820840. OLE color: 820840.

HSL color Cylindrical-coordinate representation of color #68860C: hue angle of 74.75º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68860C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 12 -
CMYK 0.22 0 0.91 0.47
HSL 74.75º 0.84% 0.29% -
HSV(B) 74.75º 0.91% 0.53% -
XYZ 14.3 20.02 3.46 -
YUV 111.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 104 134 12 0.22 0 0.91 0.47 74.75 0.84 0.29
Hex 68 86 C 16 0 5B 2F 4B 54 1D
Octal 150 206 14 26 0 133 57 113 124 35
Binary 1101000 10000110 1100 10110 0 1011011 101111 1001011 1010100 11101

Color Harmonies of #68860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68860C

Black with #68860C

Text Example


Text Example

White with #68860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68860C; }

 p { color: rgb(104,134,12); }

 H1.HeaderClassName
 {
   color: #68860C;
 }
 .AnyTagClassName
 {
   color: #68860C;
 }
</style>

background-color css

<style>
 a { background-color: #68860C; }

 a { background-color: rgb(104,134,12); }

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

border-color css

<style>
 span { border-color: #68860C; }

 span { border-color: rgb(104,134,12); }

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