Html Css Color HEX #628816 Olive Drab

📋 copy color: '#628816'

red 98 ◦ green 136 ◦ blue 22

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

Shades of Olive Drab #628816

Tints of Olive Drab #628816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 38.28%
G = 53.13%
B = 8.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#628816 (or 0x628816) is known color: Olive Drab. HEX triplet: 62, 88 and 16. RGB value is (98,136,22). Sum of RGB (Red+Green+Blue) = 98+136+22=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #628816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628816 is #9D77E9. Grayscale: #707070. Windows color (decimal): -10319850 or 1476706. OLE color: 1476706.

HSL color Cylindrical-coordinate representation of color #628816: hue angle of 80º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #628816 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 136 22 -
CMYK 0.28 0 0.84 0.47
HSL 80º 0.72% 0.31% -
HSV(B) 80º 0.84% 0.53% -
XYZ 13.99 20.26 3.93 -
YUV 111.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 98 136 22 0.28 0 0.84 0.47 80 0.72 0.31
Hex 62 88 16 1C 0 54 2F 50 48 1F
Octal 142 210 26 34 0 124 57 120 110 37
Binary 1100010 10001000 10110 11100 0 1010100 101111 1010000 1001000 11111

Color Harmonies of #628816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628816

Black with #628816

Text Example


Text Example

White with #628816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628816; }

 p { color: rgb(98,136,22); }

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

background-color css

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

 a { background-color: rgb(98,136,22); }

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

border-color css

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

 span { border-color: rgb(98,136,22); }

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