Html Css Color HEX #627600 Olive

📋 copy color: '#627600'

red 98 ◦ green 118 ◦ blue 0

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

Shades of Olive #627600

Tints of Olive #627600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.63%

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

R = 45.37%
G = 54.63%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#627600 (or 0x627600) is known color: Olive. HEX triplet: 62, 76 and 00. RGB value is (98,118,0). Sum of RGB (Red+Green+Blue) = 98+118+0=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #627600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627600 is #9D89FF. Grayscale: #636363. Windows color (decimal): -10324480 or 30306. OLE color: 30306.

HSL color Cylindrical-coordinate representation of color #627600: hue angle of 70.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #627600 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 118 0 -
CMYK 0.17 0 1 0.54
HSL 70.17º 1% 0.23% -
HSV(B) 70.17º 1% 0.46% -
XYZ 11.52 15.55 2.4 -
YUV 98.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 98 118 0 0.17 0 1 0.54 70.17 1 0.23
Hex 62 76 0 11 0 64 36 46 64 17
Octal 142 166 0 21 0 144 66 106 144 27
Binary 1100010 1110110 0 10001 0 1100100 110110 1000110 1100100 10111

Color Harmonies of #627600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627600

Black with #627600

Text Example


Text Example

White with #627600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627600; }

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

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

background-color css

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

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

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

border-color css

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

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

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