Html Css Color HEX #7FBB74 De York

📋 copy color: '#7FBB74'

red 127 ◦ green 187 ◦ blue 116

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

Shades of De York #7FBB74

Tints of De York #7FBB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 29.53%
G = 43.49%
B = 26.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#7FBB74 (or 0x7FBB74) is known color: De York. HEX triplet: 7F, BB and 74. RGB value is (127,187,116). Sum of RGB (Red+Green+Blue) = 127+187+116=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBB74 is #80448B. Grayscale: #A1A1A1. Windows color (decimal): -8406156 or 7650175. OLE color: 7650175.

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

Color convert

RGB 127 187 116 -
CMYK 0.32 0 0.38 0.27
HSL 110.7º 0.34% 0.59% -
HSV(B) 110.7º 0.38% 0.73% -
XYZ 29.68 41.31 22.93 -
YUV 160.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 127 187 116 0.32 0 0.38 0.27 110.7 0.34 0.59
Hex 7F BB 74 20 0 26 1B 6F 22 3B
Octal 177 273 164 40 0 46 33 157 42 73
Binary 1111111 10111011 1110100 100000 0 100110 11011 1101111 100010 111011

Color Harmonies of #7FBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB74

Black with #7FBB74

Text Example


Text Example

White with #7FBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,187,116); }

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

background-color css

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

 a { background-color: rgb(127,187,116); }

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

border-color css

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

 span { border-color: rgb(127,187,116); }

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