Html Css Color HEX #62870A Olive Drab

📋 copy color: '#62870A'

red 98 ◦ green 135 ◦ blue 10

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

Shades of Olive Drab #62870A

Tints of Olive Drab #62870A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 40.33%
G = 55.56%
B = 4.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#62870A (or 0x62870A) is known color: Olive Drab. HEX triplet: 62, 87 and 0A. RGB value is (98,135,10). Sum of RGB (Red+Green+Blue) = 98+135+10=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #62870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62870A is #9D78F5. Grayscale: #6E6E6E. Windows color (decimal): -10320118 or 690018. OLE color: 690018.

HSL color Cylindrical-coordinate representation of color #62870A: hue angle of 77.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62870A is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 135 10 -
CMYK 0.27 0 0.93 0.47
HSL 77.76º 0.86% 0.28% -
HSV(B) 77.76º 0.93% 0.53% -
XYZ 13.76 19.95 3.41 -
YUV 109.69 71.74 119.66 -
System Red Green Blue C M Y K H S L
Decimal 98 135 10 0.27 0 0.93 0.47 77.76 0.86 0.28
Hex 62 87 A 1B 0 5D 2F 4E 56 1C
Octal 142 207 12 33 0 135 57 116 126 34
Binary 1100010 10000111 1010 11011 0 1011101 101111 1001110 1010110 11100

Color Harmonies of #62870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62870A

Black with #62870A

Text Example


Text Example

White with #62870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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