Html Css Color HEX #7FB885 De York

📋 copy color: '#7FB885'

red 127 ◦ green 184 ◦ blue 133

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

Shades of De York #7FB885

Tints of De York #7FB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 28.6%
G = 41.44%
B = 29.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#7FB885 (or 0x7FB885) is known color: De York. HEX triplet: 7F, B8 and 85. RGB value is (127,184,133). Sum of RGB (Red+Green+Blue) = 127+184+133=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB885 is #80477A. Grayscale: #A1A1A1. Windows color (decimal): -8406907 or 8763519. OLE color: 8763519.

HSL color Cylindrical-coordinate representation of color #7FB885: hue angle of 126.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB885 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 133 -
CMYK 0.31 0 0.28 0.28
HSL 126.32º 0.29% 0.61% -
HSV(B) 126.32º 0.31% 0.72% -
XYZ 30.13 40.49 28.42 -
YUV 161.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 127 184 133 0.31 0 0.28 0.28 126.32 0.29 0.61
Hex 7F B8 85 1F 0 1C 1C 7E 1D 3D
Octal 177 270 205 37 0 34 34 176 35 75
Binary 1111111 10111000 10000101 11111 0 11100 11100 1111110 11101 111101

Color Harmonies of #7FB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB885

Black with #7FB885

Text Example


Text Example

White with #7FB885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,184,133); }

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

background-color css

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

 a { background-color: rgb(127,184,133); }

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

border-color css

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

 span { border-color: rgb(127,184,133); }

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