Html Css Color HEX #7CB68B Bay Leaf

📋 copy color: '#7CB68B'

red 124 ◦ green 182 ◦ blue 139

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

Shades of Bay Leaf #7CB68B

Tints of Bay Leaf #7CB68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 27.87%
G = 40.9%
B = 31.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#7CB68B (or 0x7CB68B) is known color: Bay Leaf. HEX triplet: 7C, B6 and 8B. RGB value is (124,182,139). Sum of RGB (Red+Green+Blue) = 124+182+139=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB68B is #834974. Grayscale: #9F9F9F. Windows color (decimal): -8604021 or 9156220. OLE color: 9156220.

HSL color Cylindrical-coordinate representation of color #7CB68B: hue angle of 135.52º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB68B is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 139 -
CMYK 0.32 0 0.24 0.29
HSL 135.52º 0.28% 0.6% -
HSV(B) 135.52º 0.32% 0.71% -
XYZ 29.7 39.61 30.51 -
YUV 159.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 124 182 139 0.32 0 0.24 0.29 135.52 0.28 0.6
Hex 7C B6 8B 20 0 18 1D 88 1C 3C
Octal 174 266 213 40 0 30 35 210 34 74
Binary 1111100 10110110 10001011 100000 0 11000 11101 10001000 11100 111100

Color Harmonies of #7CB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB68B

Black with #7CB68B

Text Example


Text Example

White with #7CB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,139); }

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

background-color css

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

 a { background-color: rgb(124,182,139); }

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

border-color css

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

 span { border-color: rgb(124,182,139); }

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