Html Css Color HEX #7FA048 Chelsea Cucumber

📋 copy color: '#7FA048'

red 127 ◦ green 160 ◦ blue 72

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

Shades of Chelsea Cucumber #7FA048

Tints of Chelsea Cucumber #7FA048

RGB

 RED value IS 127 (50% from 255) = 35.38%

 GREEN value IS 160 (62.89% from 255) = 44.57%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 35.38%
G = 44.57%
B = 20.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#7FA048 (or 0x7FA048) is known color: Chelsea Cucumber. HEX triplet: 7F, A0 and 48. RGB value is (127,160,72). Sum of RGB (Red+Green+Blue) = 127+160+72=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA048 is #805FB7. Grayscale: #8C8C8C. Windows color (decimal): -8413112 or 4759679. OLE color: 4759679.

HSL color Cylindrical-coordinate representation of color #7FA048: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FA048 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 72 -
CMYK 0.21 0 0.55 0.37
HSL 82.5º 0.38% 0.45% -
HSV(B) 82.5º 0.55% 0.63% -
XYZ 22.49 30.12 10.76 -
YUV 140.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 127 160 72 0.21 0 0.55 0.37 82.5 0.38 0.45
Hex 7F A0 48 15 0 37 25 52 26 2D
Octal 177 240 110 25 0 67 45 122 46 55
Binary 1111111 10100000 1001000 10101 0 110111 100101 1010010 100110 101101

Color Harmonies of #7FA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA048

Black with #7FA048

Text Example


Text Example

White with #7FA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA048; }

 p { color: rgb(127,160,72); }

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

background-color css

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

 a { background-color: rgb(127,160,72); }

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

border-color css

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

 span { border-color: rgb(127,160,72); }

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