Html Css Color HEX #7FBC8A Bay Leaf

📋 copy color: '#7FBC8A'

red 127 ◦ green 188 ◦ blue 138

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

Shades of Bay Leaf #7FBC8A

Tints of Bay Leaf #7FBC8A

RGB

 RED value IS 127 (50% from 255) = 28.04%

 GREEN value IS 188 (73.83% from 255) = 41.5%

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 28.04%
G = 41.5%
B = 30.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#7FBC8A (or 0x7FBC8A) is known color: Bay Leaf. HEX triplet: 7F, BC and 8A. RGB value is (127,188,138). Sum of RGB (Red+Green+Blue) = 127+188+138=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC8A is #804375. Grayscale: #A4A4A4. Windows color (decimal): -8405878 or 9092223. OLE color: 9092223.

HSL color Cylindrical-coordinate representation of color #7FBC8A: hue angle of 130.82º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC8A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 138 -
CMYK 0.32 0 0.27 0.26
HSL 130.82º 0.31% 0.62% -
HSV(B) 130.82º 0.32% 0.74% -
XYZ 31.32 42.31 30.56 -
YUV 164.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 127 188 138 0.32 0 0.27 0.26 130.82 0.31 0.62
Hex 7F BC 8A 20 0 1B 1A 83 1F 3E
Octal 177 274 212 40 0 33 32 203 37 76
Binary 1111111 10111100 10001010 100000 0 11011 11010 10000011 11111 111110

Color Harmonies of #7FBC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC8A

Black with #7FBC8A

Text Example


Text Example

White with #7FBC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,138); }

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

background-color css

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

 a { background-color: rgb(127,188,138); }

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

border-color css

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

 span { border-color: rgb(127,188,138); }

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