Html Css Color HEX #628512 Olive Drab

📋 copy color: '#628512'

red 98 ◦ green 133 ◦ blue 18

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

Shades of Olive Drab #628512

Tints of Olive Drab #628512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 39.36%
G = 53.41%
B = 7.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#628512 (or 0x628512) is known color: Olive Drab. HEX triplet: 62, 85 and 12. RGB value is (98,133,18). Sum of RGB (Red+Green+Blue) = 98+133+18=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #628512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628512 is #9D7AED. Grayscale: #6D6D6D. Windows color (decimal): -10320622 or 1213794. OLE color: 1213794.

HSL color Cylindrical-coordinate representation of color #628512: hue angle of 78.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628512 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 18 -
CMYK 0.26 0 0.86 0.48
HSL 78.26º 0.76% 0.3% -
HSV(B) 78.26º 0.86% 0.52% -
XYZ 13.53 19.42 3.61 -
YUV 109.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 98 133 18 0.26 0 0.86 0.48 78.26 0.76 0.3
Hex 62 85 12 1A 0 56 30 4E 4C 1E
Octal 142 205 22 32 0 126 60 116 114 36
Binary 1100010 10000101 10010 11010 0 1010110 110000 1001110 1001100 11110

Color Harmonies of #628512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628512

Black with #628512

Text Example


Text Example

White with #628512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628512; }

 p { color: rgb(98,133,18); }

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

background-color css

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

 a { background-color: rgb(98,133,18); }

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

border-color css

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

 span { border-color: rgb(98,133,18); }

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