Html Css Color HEX #7FBA75 De York

📋 copy color: '#7FBA75'

red 127 ◦ green 186 ◦ blue 117

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

Shades of De York #7FBA75

Tints of De York #7FBA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 29.53%
G = 43.26%
B = 27.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#7FBA75 (or 0x7FBA75) is known color: De York. HEX triplet: 7F, BA and 75. RGB value is (127,186,117). Sum of RGB (Red+Green+Blue) = 127+186+117=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA75 is #80458A. Grayscale: #A0A0A0. Windows color (decimal): -8406411 or 7715455. OLE color: 7715455.

HSL color Cylindrical-coordinate representation of color #7FBA75: hue angle of 111.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FBA75 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 117 -
CMYK 0.32 0 0.37 0.27
HSL 111.3º 0.33% 0.59% -
HSV(B) 111.3º 0.37% 0.73% -
XYZ 29.52 40.91 23.17 -
YUV 160.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 127 186 117 0.32 0 0.37 0.27 111.3 0.33 0.59
Hex 7F BA 75 20 0 25 1B 6F 21 3B
Octal 177 272 165 40 0 45 33 157 41 73
Binary 1111111 10111010 1110101 100000 0 100101 11011 1101111 100001 111011

Color Harmonies of #7FBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA75

Black with #7FBA75

Text Example


Text Example

White with #7FBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,117); }

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

background-color css

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

 a { background-color: rgb(127,186,117); }

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

border-color css

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

 span { border-color: rgb(127,186,117); }

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