Html Css Color HEX #628B16 Olive Drab

📋 copy color: '#628B16'

red 98 ◦ green 139 ◦ blue 22

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

Shades of Olive Drab #628B16

Tints of Olive Drab #628B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 37.84%
G = 53.67%
B = 8.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#628B16 (or 0x628B16) is known color: Olive Drab. HEX triplet: 62, 8B and 16. RGB value is (98,139,22). Sum of RGB (Red+Green+Blue) = 98+139+22=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #628B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628B16 is #9D74E9. Grayscale: #717171. Windows color (decimal): -10319082 or 1477474. OLE color: 1477474.

HSL color Cylindrical-coordinate representation of color #628B16: hue angle of 81.03º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #628B16 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 139 22 -
CMYK 0.29 0 0.84 0.45
HSL 81.03º 0.73% 0.32% -
HSV(B) 81.03º 0.84% 0.55% -
XYZ 14.41 21.12 4.08 -
YUV 113.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 98 139 22 0.29 0 0.84 0.45 81.03 0.73 0.32
Hex 62 8B 16 1D 0 54 2D 51 49 20
Octal 142 213 26 35 0 124 55 121 111 40
Binary 1100010 10001011 10110 11101 0 1010100 101101 1010001 1001001 100000

Color Harmonies of #628B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B16

Black with #628B16

Text Example


Text Example

White with #628B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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