Html Css Color HEX #7FAF52 Chelsea Cucumber

📋 copy color: '#7FAF52'

red 127 ◦ green 175 ◦ blue 82

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

Shades of Chelsea Cucumber #7FAF52

Tints of Chelsea Cucumber #7FAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 82 (32.42% from 255) = 21.35%

R = 33.07%
G = 45.57%
B = 21.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#7FAF52 (or 0x7FAF52) is known color: Chelsea Cucumber. HEX triplet: 7F, AF and 52. RGB value is (127,175,82). Sum of RGB (Red+Green+Blue) = 127+175+82=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF52 is #8050AD. Grayscale: #969696. Windows color (decimal): -8409262 or 5418879. OLE color: 5418879.

HSL color Cylindrical-coordinate representation of color #7FAF52: hue angle of 90.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FAF52 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 82 -
CMYK 0.27 0 0.53 0.31
HSL 90.97º 0.37% 0.5% -
HSV(B) 90.97º 0.53% 0.69% -
XYZ 25.61 35.78 13.54 -
YUV 150.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 127 175 82 0.27 0 0.53 0.31 90.97 0.37 0.5
Hex 7F AF 52 1B 0 35 1F 5B 25 32
Octal 177 257 122 33 0 65 37 133 45 62
Binary 1111111 10101111 1010010 11011 0 110101 11111 1011011 100101 110010

Color Harmonies of #7FAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF52

Black with #7FAF52

Text Example


Text Example

White with #7FAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,82); }

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

background-color css

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

 a { background-color: rgb(127,175,82); }

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

border-color css

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

 span { border-color: rgb(127,175,82); }

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