Html Css Color HEX #627F2C Olive Drab

📋 copy color: '#627F2C'

red 98 ◦ green 127 ◦ blue 44

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

Shades of Olive Drab #627F2C

Tints of Olive Drab #627F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 47.21%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 36.43%
G = 47.21%
B = 16.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#627F2C (or 0x627F2C) is known color: Olive Drab. HEX triplet: 62, 7F and 2C. RGB value is (98,127,44). Sum of RGB (Red+Green+Blue) = 98+127+44=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #627F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F2C is #9D80D3. Grayscale: #6D6D6D. Windows color (decimal): -10322132 or 2916194. OLE color: 2916194.

HSL color Cylindrical-coordinate representation of color #627F2C: hue angle of 80.96º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #627F2C is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 127 44 -
CMYK 0.23 0 0.65 0.50
HSL 80.96º 0.49% 0.34% -
HSV(B) 80.96º 0.65% 0.5% -
XYZ 13.08 17.96 5.16 -
YUV 108.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 98 127 44 0.23 0 0.65 0.50 80.96 0.49 0.34
Hex 62 7F 2C 17 0 41 32 51 31 22
Octal 142 177 54 27 0 101 62 121 61 42
Binary 1100010 1111111 101100 10111 0 1000001 110010 1010001 110001 100010

Color Harmonies of #627F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627F2C

Black with #627F2C

Text Example


Text Example

White with #627F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627F2C; }

 p { color: rgb(98,127,44); }

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

background-color css

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

 a { background-color: rgb(98,127,44); }

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

border-color css

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

 span { border-color: rgb(98,127,44); }

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