Html Css Color HEX #68890D Olive Drab

📋 copy color: '#68890D'

red 104 ◦ green 137 ◦ blue 13

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

Shades of Olive Drab #68890D

Tints of Olive Drab #68890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 40.94%
G = 53.94%
B = 5.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#68890D (or 0x68890D) is known color: Olive Drab. HEX triplet: 68, 89 and 0D. RGB value is (104,137,13). Sum of RGB (Red+Green+Blue) = 104+137+13=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #68890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68890D is #9776F2. Grayscale: #717171. Windows color (decimal): -9926387 or 887144. OLE color: 887144.

HSL color Cylindrical-coordinate representation of color #68890D: hue angle of 75.97º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68890D is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 13 -
CMYK 0.24 0 0.91 0.46
HSL 75.97º 0.83% 0.29% -
HSV(B) 75.97º 0.91% 0.54% -
XYZ 14.73 20.86 3.63 -
YUV 113 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 104 137 13 0.24 0 0.91 0.46 75.97 0.83 0.29
Hex 68 89 D 18 0 5B 2E 4C 53 1D
Octal 150 211 15 30 0 133 56 114 123 35
Binary 1101000 10001001 1101 11000 0 1011011 101110 1001100 1010011 11101

Color Harmonies of #68890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68890D

Black with #68890D

Text Example


Text Example

White with #68890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68890D; }

 p { color: rgb(104,137,13); }

 H1.HeaderClassName
 {
   color: #68890D;
 }
 .AnyTagClassName
 {
   color: #68890D;
 }
</style>

background-color css

<style>
 a { background-color: #68890D; }

 a { background-color: rgb(104,137,13); }

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

border-color css

<style>
 span { border-color: #68890D; }

 span { border-color: rgb(104,137,13); }

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