Html Css Color HEX #62870D Olive Drab

📋 copy color: '#62870D'

red 98 ◦ green 135 ◦ blue 13

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

Shades of Olive Drab #62870D

Tints of Olive Drab #62870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.88%

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

R = 39.84%
G = 54.88%
B = 5.28%

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

#62870D (or 0x62870D) is known color: Olive Drab. HEX triplet: 62, 87 and 0D. RGB value is (98,135,13). Sum of RGB (Red+Green+Blue) = 98+135+13=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #62870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62870D is #9D78F2. Grayscale: #6E6E6E. Windows color (decimal): -10320115 or 886626. OLE color: 886626.

HSL color Cylindrical-coordinate representation of color #62870D: hue angle of 78.2º 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 #62870D is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 135 13 -
CMYK 0.27 0 0.90 0.47
HSL 78.2º 0.82% 0.29% -
HSV(B) 78.2º 0.9% 0.53% -
XYZ 13.77 19.95 3.51 -
YUV 110.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 98 135 13 0.27 0 0.90 0.47 78.2 0.82 0.29
Hex 62 87 D 1B 0 5A 2F 4E 52 1D
Octal 142 207 15 33 0 132 57 116 122 35
Binary 1100010 10000111 1101 11011 0 1011010 101111 1001110 1010010 11101

Color Harmonies of #62870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62870D

Black with #62870D

Text Example


Text Example

White with #62870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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