Html Css Color HEX #628601 Olive Drab

📋 copy color: '#628601'

red 98 ◦ green 134 ◦ blue 1

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

Shades of Olive Drab #628601

Tints of Olive Drab #628601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

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

R = 42.06%
G = 57.51%
B = 0.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#628601 (or 0x628601) is known color: Olive Drab. HEX triplet: 62, 86 and 01. RGB value is (98,134,1). Sum of RGB (Red+Green+Blue) = 98+134+1=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #628601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628601 is #9D79FE. Grayscale: #6C6C6C. Windows color (decimal): -10320383 or 99938. OLE color: 99938.

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

Color convert

RGB 98 134 1 -
CMYK 0.27 0 0.99 0.47
HSL 76.24º 0.99% 0.26% -
HSV(B) 76.24º 0.99% 0.53% -
XYZ 13.57 19.65 3.11 -
YUV 108.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 98 134 1 0.27 0 0.99 0.47 76.24 0.99 0.26
Hex 62 86 1 1B 0 63 2F 4C 63 1A
Octal 142 206 1 33 0 143 57 114 143 32
Binary 1100010 10000110 1 11011 0 1100011 101111 1001100 1100011 11010

Color Harmonies of #628601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628601

Black with #628601

Text Example


Text Example

White with #628601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628601; }

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

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

background-color css

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

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

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

border-color css

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

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

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