Html Css Color HEX #68880C Olive Drab

📋 copy color: '#68880C'

red 104 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #68880C

Tints of Olive Drab #68880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

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

R = 41.27%
G = 53.97%
B = 4.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#68880C (or 0x68880C) is known color: Olive Drab. HEX triplet: 68, 88 and 0C. RGB value is (104,136,12). Sum of RGB (Red+Green+Blue) = 104+136+12=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #68880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68880C is #9777F3. Grayscale: #707070. Windows color (decimal): -9926644 or 821352. OLE color: 821352.

HSL color Cylindrical-coordinate representation of color #68880C: hue angle of 75.48º 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 #68880C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 12 -
CMYK 0.24 0 0.91 0.47
HSL 75.48º 0.84% 0.29% -
HSV(B) 75.48º 0.91% 0.53% -
XYZ 14.58 20.58 3.55 -
YUV 112.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 104 136 12 0.24 0 0.91 0.47 75.48 0.84 0.29
Hex 68 88 C 18 0 5B 2F 4B 54 1D
Octal 150 210 14 30 0 133 57 113 124 35
Binary 1101000 10001000 1100 11000 0 1011011 101111 1001011 1010100 11101

Color Harmonies of #68880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68880C

Black with #68880C

Text Example


Text Example

White with #68880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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