Html Css Color HEX #628200 Olive

📋 copy color: '#628200'

red 98 ◦ green 130 ◦ blue 0

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

Shades of Olive #628200

Tints of Olive #628200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

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

R = 42.98%
G = 57.02%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#628200 (or 0x628200) is known color: Olive. HEX triplet: 62, 82 and 00. RGB value is (98,130,0). Sum of RGB (Red+Green+Blue) = 98+130+0=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #628200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628200 is #9D7DFF. Grayscale: #6A6A6A. Windows color (decimal): -10321408 or 33378. OLE color: 33378.

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

Color convert

RGB 98 130 0 -
CMYK 0.25 0 1 0.49
HSL 74.77º 1% 0.25% -
HSV(B) 74.77º 1% 0.51% -
XYZ 13.02 18.56 2.9 -
YUV 105.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 98 130 0 0.25 0 1 0.49 74.77 1 0.25
Hex 62 82 0 19 0 64 31 4B 64 19
Octal 142 202 0 31 0 144 61 113 144 31
Binary 1100010 10000010 0 11001 0 1100100 110001 1001011 1100100 11001

Color Harmonies of #628200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628200

Black with #628200

Text Example


Text Example

White with #628200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628200; }

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

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

background-color css

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

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

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

border-color css

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

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

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