Html Css Color HEX #62830D Olive Drab

📋 copy color: '#62830D'

red 98 ◦ green 131 ◦ blue 13

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

Shades of Olive Drab #62830D

Tints of Olive Drab #62830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.13%

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

R = 40.5%
G = 54.13%
B = 5.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#62830D (or 0x62830D) is known color: Olive Drab. HEX triplet: 62, 83 and 0D. RGB value is (98,131,13). Sum of RGB (Red+Green+Blue) = 98+131+13=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #62830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62830D is #9D7CF2. Grayscale: #6C6C6C. Windows color (decimal): -10321139 or 885602. OLE color: 885602.

HSL color Cylindrical-coordinate representation of color #62830D: hue angle of 76.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62830D is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 13 -
CMYK 0.25 0 0.90 0.49
HSL 76.78º 0.82% 0.28% -
HSV(B) 76.78º 0.9% 0.51% -
XYZ 13.23 18.86 3.32 -
YUV 107.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 98 131 13 0.25 0 0.90 0.49 76.78 0.82 0.28
Hex 62 83 D 19 0 5A 31 4D 52 1C
Octal 142 203 15 31 0 132 61 115 122 34
Binary 1100010 10000011 1101 11001 0 1011010 110001 1001101 1010010 11100

Color Harmonies of #62830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62830D

Black with #62830D

Text Example


Text Example

White with #62830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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