Html Css Color HEX #68900D Olive Drab

📋 copy color: '#68900D'

red 104 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #68900D

Tints of Olive Drab #68900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.17%

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

R = 39.85%
G = 55.17%
B = 4.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#68900D (or 0x68900D) is known color: Olive Drab. HEX triplet: 68, 90 and 0D. RGB value is (104,144,13). Sum of RGB (Red+Green+Blue) = 104+144+13=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #68900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68900D is #976FF2. Grayscale: #757575. Windows color (decimal): -9924595 or 888936. OLE color: 888936.

HSL color Cylindrical-coordinate representation of color #68900D: hue angle of 78.32º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68900D is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 13 -
CMYK 0.28 0 0.91 0.44
HSL 78.32º 0.83% 0.31% -
HSV(B) 78.32º 0.91% 0.56% -
XYZ 15.75 22.92 3.97 -
YUV 117.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 104 144 13 0.28 0 0.91 0.44 78.32 0.83 0.31
Hex 68 90 D 1C 0 5B 2C 4E 53 1F
Octal 150 220 15 34 0 133 54 116 123 37
Binary 1101000 10010000 1101 11100 0 1011011 101100 1001110 1010011 11111

Color Harmonies of #68900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68900D

Black with #68900D

Text Example


Text Example

White with #68900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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