Html Css Color HEX #7BAF7D Envy

📋 copy color: '#7BAF7D'

red 123 ◦ green 175 ◦ blue 125

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

Shades of Envy #7BAF7D

Tints of Envy #7BAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 29.08%
G = 41.37%
B = 29.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7BAF7D (or 0x7BAF7D) is known color: Envy. HEX triplet: 7B, AF and 7D. RGB value is (123,175,125). Sum of RGB (Red+Green+Blue) = 123+175+125=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF7D is #845082. Grayscale: #999999. Windows color (decimal): -8671363 or 8236923. OLE color: 8236923.

HSL color Cylindrical-coordinate representation of color #7BAF7D: hue angle of 122.31º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF7D is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 125 -
CMYK 0.30 0 0.29 0.31
HSL 122.31º 0.25% 0.58% -
HSV(B) 122.31º 0.3% 0.69% -
XYZ 27.2 36.35 24.99 -
YUV 153.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 123 175 125 0.30 0 0.29 0.31 122.31 0.25 0.58
Hex 7B AF 7D 1E 0 1D 1F 7A 19 3A
Octal 173 257 175 36 0 35 37 172 31 72
Binary 1111011 10101111 1111101 11110 0 11101 11111 1111010 11001 111010

Color Harmonies of #7BAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF7D

Black with #7BAF7D

Text Example


Text Example

White with #7BAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,125); }

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

background-color css

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

 a { background-color: rgb(123,175,125); }

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

border-color css

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

 span { border-color: rgb(123,175,125); }

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