Html Css Color HEX #628800 Olive Drab

📋 copy color: '#628800'

red 98 ◦ green 136 ◦ blue 0

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

Shades of Olive Drab #628800

Tints of Olive Drab #628800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.88%
G = 58.12%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#628800 (or 0x628800) is known color: Olive Drab. HEX triplet: 62, 88 and 00. RGB value is (98,136,0). Sum of RGB (Red+Green+Blue) = 98+136+0=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #628800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628800 is #9D77FF. Grayscale: #6D6D6D. Windows color (decimal): -10319872 or 34914. OLE color: 34914.

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

Color convert

RGB 98 136 0 -
CMYK 0.28 0 1 0.47
HSL 76.76º 1% 0.27% -
HSV(B) 76.76º 1% 0.53% -
XYZ 13.84 20.2 3.17 -
YUV 109.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 98 136 0 0.28 0 1 0.47 76.76 1 0.27
Hex 62 88 0 1C 0 64 2F 4D 64 1B
Octal 142 210 0 34 0 144 57 115 144 33
Binary 1100010 10001000 0 11100 0 1100100 101111 1001101 1100100 11011

Color Harmonies of #628800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628800

Black with #628800

Text Example


Text Example

White with #628800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628800; }

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

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

background-color css

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

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

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

border-color css

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

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

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