Html Css Color HEX #7FBE76 De York

📋 copy color: '#7FBE76'

red 127 ◦ green 190 ◦ blue 118

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

Shades of De York #7FBE76

Tints of De York #7FBE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 29.2%
G = 43.68%
B = 27.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#7FBE76 (or 0x7FBE76) is known color: De York. HEX triplet: 7F, BE and 76. RGB value is (127,190,118). Sum of RGB (Red+Green+Blue) = 127+190+118=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE76 is #804189. Grayscale: #A3A3A3. Windows color (decimal): -8405386 or 7782015. OLE color: 7782015.

HSL color Cylindrical-coordinate representation of color #7FBE76: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FBE76 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 118 -
CMYK 0.33 0 0.38 0.25
HSL 112.5º 0.36% 0.6% -
HSV(B) 112.5º 0.38% 0.75% -
XYZ 30.44 42.65 23.77 -
YUV 162.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 127 190 118 0.33 0 0.38 0.25 112.5 0.36 0.6
Hex 7F BE 76 21 0 26 19 70 24 3C
Octal 177 276 166 41 0 46 31 160 44 74
Binary 1111111 10111110 1110110 100001 0 100110 11001 1110000 100100 111100

Color Harmonies of #7FBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE76

Black with #7FBE76

Text Example


Text Example

White with #7FBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,118); }

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

background-color css

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

 a { background-color: rgb(127,190,118); }

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

border-color css

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

 span { border-color: rgb(127,190,118); }

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