Html Css Color HEX #628124 Olive Drab

📋 copy color: '#628124'

red 98 ◦ green 129 ◦ blue 36

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

Shades of Olive Drab #628124

Tints of Olive Drab #628124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 37.26%
G = 49.05%
B = 13.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#628124 (or 0x628124) is known color: Olive Drab. HEX triplet: 62, 81 and 24. RGB value is (98,129,36). Sum of RGB (Red+Green+Blue) = 98+129+36=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #628124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628124 is #9D7EDB. Grayscale: #6D6D6D. Windows color (decimal): -10321628 or 2392418. OLE color: 2392418.

HSL color Cylindrical-coordinate representation of color #628124: hue angle of 80º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #628124 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 36 -
CMYK 0.24 0 0.72 0.49
HSL 80º 0.56% 0.32% -
HSV(B) 80º 0.72% 0.51% -
XYZ 13.21 18.42 4.53 -
YUV 109.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 98 129 36 0.24 0 0.72 0.49 80 0.56 0.32
Hex 62 81 24 18 0 48 31 50 38 20
Octal 142 201 44 30 0 110 61 120 70 40
Binary 1100010 10000001 100100 11000 0 1001000 110001 1010000 111000 100000

Color Harmonies of #628124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628124

Black with #628124

Text Example


Text Example

White with #628124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628124; }

 p { color: rgb(98,129,36); }

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

background-color css

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

 a { background-color: rgb(98,129,36); }

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

border-color css

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

 span { border-color: rgb(98,129,36); }

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