Html Css Color HEX #68881C Olive Drab

📋 copy color: '#68881C'

red 104 ◦ green 136 ◦ blue 28

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

Shades of Olive Drab #68881C

Tints of Olive Drab #68881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 38.81%
G = 50.75%
B = 10.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#68881C (or 0x68881C) is known color: Olive Drab. HEX triplet: 68, 88 and 1C. RGB value is (104,136,28). Sum of RGB (Red+Green+Blue) = 104+136+28=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #68881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68881C is #9777E3. Grayscale: #727272. Windows color (decimal): -9926628 or 1869928. OLE color: 1869928.

HSL color Cylindrical-coordinate representation of color #68881C: hue angle of 77.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68881C is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 28 -
CMYK 0.24 0 0.79 0.47
HSL 77.78º 0.66% 0.32% -
HSV(B) 77.78º 0.79% 0.53% -
XYZ 14.72 20.64 4.31 -
YUV 114.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 104 136 28 0.24 0 0.79 0.47 77.78 0.66 0.32
Hex 68 88 1C 18 0 4F 2F 4E 42 20
Octal 150 210 34 30 0 117 57 116 102 40
Binary 1101000 10001000 11100 11000 0 1001111 101111 1001110 1000010 100000

Color Harmonies of #68881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68881C

Black with #68881C

Text Example


Text Example

White with #68881C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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