Html Css Color HEX #62860D Olive Drab

📋 copy color: '#62860D'

red 98 ◦ green 134 ◦ blue 13

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

Shades of Olive Drab #62860D

Tints of Olive Drab #62860D

RGB

 RED value IS 98 (38.67% from 255) = 40%

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

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

R = 40%
G = 54.69%
B = 5.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#62860D (or 0x62860D) is known color: Olive Drab. HEX triplet: 62, 86 and 0D. RGB value is (98,134,13). Sum of RGB (Red+Green+Blue) = 98+134+13=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #62860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62860D is #9D79F2. Grayscale: #6D6D6D. Windows color (decimal): -10320371 or 886370. OLE color: 886370.

HSL color Cylindrical-coordinate representation of color #62860D: hue angle of 77.85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62860D is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 13 -
CMYK 0.27 0 0.90 0.47
HSL 77.85º 0.82% 0.29% -
HSV(B) 77.85º 0.9% 0.53% -
XYZ 13.63 19.68 3.46 -
YUV 109.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 98 134 13 0.27 0 0.90 0.47 77.85 0.82 0.29
Hex 62 86 D 1B 0 5A 2F 4E 52 1D
Octal 142 206 15 33 0 132 57 116 122 35
Binary 1100010 10000110 1101 11011 0 1011010 101111 1001110 1010010 11101

Color Harmonies of #62860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62860D

Black with #62860D

Text Example


Text Example

White with #62860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,134,13); }

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

background-color css

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

 a { background-color: rgb(98,134,13); }

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

border-color css

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

 span { border-color: rgb(98,134,13); }

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