Html Css Color HEX #627700 Olive

📋 copy color: '#627700'

red 98 ◦ green 119 ◦ blue 0

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

Shades of Olive #627700

Tints of Olive #627700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.84%

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

R = 45.16%
G = 54.84%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#627700 (or 0x627700) is known color: Olive. HEX triplet: 62, 77 and 00. RGB value is (98,119,0). Sum of RGB (Red+Green+Blue) = 98+119+0=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #627700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627700 is #9D88FF. Grayscale: #636363. Windows color (decimal): -10324224 or 30562. OLE color: 30562.

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

Color convert

RGB 98 119 0 -
CMYK 0.18 0 1 0.53
HSL 70.59º 1% 0.23% -
HSV(B) 70.59º 1% 0.47% -
XYZ 11.63 15.79 2.43 -
YUV 99.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 98 119 0 0.18 0 1 0.53 70.59 1 0.23
Hex 62 77 0 12 0 64 35 47 64 17
Octal 142 167 0 22 0 144 65 107 144 27
Binary 1100010 1110111 0 10010 0 1100100 110101 1000111 1100100 10111

Color Harmonies of #627700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627700

Black with #627700

Text Example


Text Example

White with #627700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627700; }

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

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

background-color css

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

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

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

border-color css

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

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

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