Html Css Color HEX #62950D Olive Drab

📋 copy color: '#62950D'

red 98 ◦ green 149 ◦ blue 13

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

Shades of Olive Drab #62950D

Tints of Olive Drab #62950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

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

R = 37.69%
G = 57.31%
B = 5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#62950D (or 0x62950D) is known color: Olive Drab. HEX triplet: 62, 95 and 0D. RGB value is (98,149,13). Sum of RGB (Red+Green+Blue) = 98+149+13=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #62950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62950D is #9D6AF2. Grayscale: #767676. Windows color (decimal): -10316531 or 890210. OLE color: 890210.

HSL color Cylindrical-coordinate representation of color #62950D: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62950D is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 13 -
CMYK 0.34 0 0.91 0.42
HSL 82.5º 0.84% 0.32% -
HSV(B) 82.5º 0.91% 0.58% -
XYZ 15.86 24.12 4.2 -
YUV 118.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 98 149 13 0.34 0 0.91 0.42 82.5 0.84 0.32
Hex 62 95 D 22 0 5B 2A 52 54 20
Octal 142 225 15 42 0 133 52 122 124 40
Binary 1100010 10010101 1101 100010 0 1011011 101010 1010010 1010100 100000

Color Harmonies of #62950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62950D

Black with #62950D

Text Example


Text Example

White with #62950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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