Html Css Color HEX #7CBF91 Bay Leaf

📋 copy color: '#7CBF91'

red 124 ◦ green 191 ◦ blue 145

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

Shades of Bay Leaf #7CBF91

Tints of Bay Leaf #7CBF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 26.96%
G = 41.52%
B = 31.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#7CBF91 (or 0x7CBF91) is known color: Bay Leaf. HEX triplet: 7C, BF and 91. RGB value is (124,191,145). Sum of RGB (Red+Green+Blue) = 124+191+145=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF91 is #83406E. Grayscale: #A5A5A5. Windows color (decimal): -8601711 or 9551740. OLE color: 9551740.

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

Color convert

RGB 124 191 145 -
CMYK 0.35 0 0.24 0.25
HSL 138.81º 0.34% 0.62% -
HSV(B) 138.81º 0.35% 0.75% -
XYZ 32.05 43.59 33.51 -
YUV 165.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 124 191 145 0.35 0 0.24 0.25 138.81 0.34 0.62
Hex 7C BF 91 23 0 18 19 8B 22 3E
Octal 174 277 221 43 0 30 31 213 42 76
Binary 1111100 10111111 10010001 100011 0 11000 11001 10001011 100010 111110

Color Harmonies of #7CBF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF91

Black with #7CBF91

Text Example


Text Example

White with #7CBF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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