Html Css Color HEX #62810F Olive Drab

📋 copy color: '#62810F'

red 98 ◦ green 129 ◦ blue 15

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

Shades of Olive Drab #62810F

Tints of Olive Drab #62810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 40.5%
G = 53.31%
B = 6.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#62810F (or 0x62810F) is known color: Olive Drab. HEX triplet: 62, 81 and 0F. RGB value is (98,129,15). Sum of RGB (Red+Green+Blue) = 98+129+15=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #62810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62810F is #9D7EF0. Grayscale: #6B6B6B. Windows color (decimal): -10321649 or 1016162. OLE color: 1016162.

HSL color Cylindrical-coordinate representation of color #62810F: hue angle of 76.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62810F is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 15 -
CMYK 0.24 0 0.88 0.49
HSL 76.32º 0.79% 0.28% -
HSV(B) 76.32º 0.88% 0.51% -
XYZ 12.97 18.33 3.31 -
YUV 106.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 98 129 15 0.24 0 0.88 0.49 76.32 0.79 0.28
Hex 62 81 F 18 0 58 31 4C 4F 1C
Octal 142 201 17 30 0 130 61 114 117 34
Binary 1100010 10000001 1111 11000 0 1011000 110001 1001100 1001111 11100

Color Harmonies of #62810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62810F

Black with #62810F

Text Example


Text Example

White with #62810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62810F; }

 p { color: rgb(98,129,15); }

 H1.HeaderClassName
 {
   color: #62810F;
 }
 .AnyTagClassName
 {
   color: #62810F;
 }
</style>

background-color css

<style>
 a { background-color: #62810F; }

 a { background-color: rgb(98,129,15); }

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

border-color css

<style>
 span { border-color: #62810F; }

 span { border-color: rgb(98,129,15); }

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