Html Css Color HEX #628301 Olive

📋 copy color: '#628301'

red 98 ◦ green 131 ◦ blue 1

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

Shades of Olive #628301

Tints of Olive #628301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.96%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 42.61%
G = 56.96%
B = 0.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#628301 (or 0x628301) is known color: Olive. HEX triplet: 62, 83 and 01. RGB value is (98,131,1). Sum of RGB (Red+Green+Blue) = 98+131+1=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #628301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628301 is #9D7CFE. Grayscale: #6A6A6A. Windows color (decimal): -10321151 or 99170. OLE color: 99170.

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

Color convert

RGB 98 131 1 -
CMYK 0.25 0 0.99 0.49
HSL 75.23º 0.98% 0.26% -
HSV(B) 75.23º 0.99% 0.51% -
XYZ 13.16 18.83 2.97 -
YUV 106.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 98 131 1 0.25 0 0.99 0.49 75.23 0.98 0.26
Hex 62 83 1 19 0 63 31 4B 62 1A
Octal 142 203 1 31 0 143 61 113 142 32
Binary 1100010 10000011 1 11001 0 1100011 110001 1001011 1100010 11010

Color Harmonies of #628301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628301

Black with #628301

Text Example


Text Example

White with #628301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628301; }

 p { color: rgb(98,131,1); }

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

background-color css

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

 a { background-color: rgb(98,131,1); }

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

border-color css

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

 span { border-color: rgb(98,131,1); }

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