Html Css Color HEX #7BC074 De York

📋 copy color: '#7BC074'

red 123 ◦ green 192 ◦ blue 116

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

Shades of De York #7BC074

Tints of De York #7BC074

RGB

 RED value IS 123 (48.44% from 255) = 28.54%

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 28.54%
G = 44.55%
B = 26.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#7BC074 (or 0x7BC074) is known color: De York. HEX triplet: 7B, C0 and 74. RGB value is (123,192,116). Sum of RGB (Red+Green+Blue) = 123+192+116=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC074 is #843F8B. Grayscale: #A2A2A2. Windows color (decimal): -8667020 or 7651451. OLE color: 7651451.

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

Color convert

RGB 123 192 116 -
CMYK 0.36 0 0.40 0.25
HSL 114.47º 0.38% 0.6% -
HSV(B) 114.47º 0.4% 0.75% -
XYZ 30.17 43.17 23.27 -
YUV 162.71 101.64 99.68 -
System Red Green Blue C M Y K H S L
Decimal 123 192 116 0.36 0 0.40 0.25 114.47 0.38 0.6
Hex 7B C0 74 24 0 28 19 72 26 3C
Octal 173 300 164 44 0 50 31 162 46 74
Binary 1111011 11000000 1110100 100100 0 101000 11001 1110010 100110 111100

Color Harmonies of #7BC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC074

Black with #7BC074

Text Example


Text Example

White with #7BC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,116); }

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

background-color css

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

 a { background-color: rgb(123,192,116); }

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

border-color css

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

 span { border-color: rgb(123,192,116); }

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