Html Css Color HEX #7CBF8D Bay Leaf

📋 copy color: '#7CBF8D'

red 124 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #7CBF8D

Tints of Bay Leaf #7CBF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 27.19%
G = 41.89%
B = 30.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#7CBF8D (or 0x7CBF8D) is known color: Bay Leaf. HEX triplet: 7C, BF and 8D. RGB value is (124,191,141). Sum of RGB (Red+Green+Blue) = 124+191+141=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF8D is #834072. Grayscale: #A5A5A5. Windows color (decimal): -8601715 or 9289596. OLE color: 9289596.

HSL color Cylindrical-coordinate representation of color #7CBF8D: hue angle of 135.22º 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 #7CBF8D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 141 -
CMYK 0.35 0 0.26 0.25
HSL 135.22º 0.34% 0.62% -
HSV(B) 135.22º 0.35% 0.75% -
XYZ 31.75 43.47 31.92 -
YUV 165.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 124 191 141 0.35 0 0.26 0.25 135.22 0.34 0.62
Hex 7C BF 8D 23 0 1A 19 87 22 3E
Octal 174 277 215 43 0 32 31 207 42 76
Binary 1111100 10111111 10001101 100011 0 11010 11001 10000111 100010 111110

Color Harmonies of #7CBF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF8D

Black with #7CBF8D

Text Example


Text Example

White with #7CBF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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