Html Css Color HEX #7FB68D Bay Leaf

📋 copy color: '#7FB68D'

red 127 ◦ green 182 ◦ blue 141

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

Shades of Bay Leaf #7FB68D

Tints of Bay Leaf #7FB68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.44%

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

R = 28.22%
G = 40.44%
B = 31.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#7FB68D (or 0x7FB68D) is known color: Bay Leaf. HEX triplet: 7F, B6 and 8D. RGB value is (127,182,141). Sum of RGB (Red+Green+Blue) = 127+182+141=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB68D is #804972. Grayscale: #A0A0A0. Windows color (decimal): -8407411 or 9287295. OLE color: 9287295.

HSL color Cylindrical-coordinate representation of color #7FB68D: hue angle of 135.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB68D is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 141 -
CMYK 0.30 0 0.23 0.29
HSL 135.27º 0.27% 0.61% -
HSV(B) 135.27º 0.3% 0.71% -
XYZ 30.29 39.89 31.3 -
YUV 160.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 127 182 141 0.30 0 0.23 0.29 135.27 0.27 0.61
Hex 7F B6 8D 1E 0 17 1D 87 1B 3D
Octal 177 266 215 36 0 27 35 207 33 75
Binary 1111111 10110110 10001101 11110 0 10111 11101 10000111 11011 111101

Color Harmonies of #7FB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB68D

Black with #7FB68D

Text Example


Text Example

White with #7FB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,182,141); }

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

background-color css

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

 a { background-color: rgb(127,182,141); }

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

border-color css

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

 span { border-color: rgb(127,182,141); }

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