Html Css Color HEX #628310 Olive Drab

📋 copy color: '#628310'

red 98 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #628310

Tints of Olive Drab #628310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 40%
G = 53.47%
B = 6.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#628310 (or 0x628310) is known color: Olive Drab. HEX triplet: 62, 83 and 10. RGB value is (98,131,16). Sum of RGB (Red+Green+Blue) = 98+131+16=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #628310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628310 is #9D7CEF. Grayscale: #6C6C6C. Windows color (decimal): -10321136 or 1082210. OLE color: 1082210.

HSL color Cylindrical-coordinate representation of color #628310: hue angle of 77.22º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628310 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 16 -
CMYK 0.25 0 0.88 0.49
HSL 77.22º 0.78% 0.29% -
HSV(B) 77.22º 0.88% 0.51% -
XYZ 13.25 18.87 3.43 -
YUV 108.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 98 131 16 0.25 0 0.88 0.49 77.22 0.78 0.29
Hex 62 83 10 19 0 58 31 4D 4E 1D
Octal 142 203 20 31 0 130 61 115 116 35
Binary 1100010 10000011 10000 11001 0 1011000 110001 1001101 1001110 11101

Color Harmonies of #628310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628310

Black with #628310

Text Example


Text Example

White with #628310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628310; }

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

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

background-color css

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

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

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

border-color css

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

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

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