Html Css Color HEX #7CBF76 De York

📋 copy color: '#7CBF76'

red 124 ◦ green 191 ◦ blue 118

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

Shades of De York #7CBF76

Tints of De York #7CBF76

RGB

 RED value IS 124 (48.83% from 255) = 28.64%

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 28.64%
G = 44.11%
B = 27.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#7CBF76 (or 0x7CBF76) is known color: De York. HEX triplet: 7C, BF and 76. RGB value is (124,191,118). Sum of RGB (Red+Green+Blue) = 124+191+118=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF76 is #834089. Grayscale: #A2A2A2. Windows color (decimal): -8601738 or 7782268. OLE color: 7782268.

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

Color convert

RGB 124 191 118 -
CMYK 0.35 0 0.38 0.25
HSL 115.07º 0.36% 0.61% -
HSV(B) 115.07º 0.38% 0.75% -
XYZ 30.21 42.85 23.82 -
YUV 162.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 124 191 118 0.35 0 0.38 0.25 115.07 0.36 0.61
Hex 7C BF 76 23 0 26 19 73 24 3D
Octal 174 277 166 43 0 46 31 163 44 75
Binary 1111100 10111111 1110110 100011 0 100110 11001 1110011 100100 111101

Color Harmonies of #7CBF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF76

Black with #7CBF76

Text Example


Text Example

White with #7CBF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,118); }

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

background-color css

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

 a { background-color: rgb(124,191,118); }

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

border-color css

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

 span { border-color: rgb(124,191,118); }

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