Html Css Color HEX #7CB68A Bay Leaf

📋 copy color: '#7CB68A'

red 124 ◦ green 182 ◦ blue 138

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

Shades of Bay Leaf #7CB68A

Tints of Bay Leaf #7CB68A

RGB

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

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

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

R = 27.93%
G = 40.99%
B = 31.08%

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

#7CB68A (or 0x7CB68A) is known color: Bay Leaf. HEX triplet: 7C, B6 and 8A. RGB value is (124,182,138). Sum of RGB (Red+Green+Blue) = 124+182+138=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB68A is #834975. Grayscale: #9F9F9F. Windows color (decimal): -8604022 or 9090684. OLE color: 9090684.

HSL color Cylindrical-coordinate representation of color #7CB68A: hue angle of 134.48º 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 #7CB68A is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 138 -
CMYK 0.32 0 0.24 0.29
HSL 134.48º 0.28% 0.6% -
HSV(B) 134.48º 0.32% 0.71% -
XYZ 29.63 39.58 30.12 -
YUV 159.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 124 182 138 0.32 0 0.24 0.29 134.48 0.28 0.6
Hex 7C B6 8A 20 0 18 1D 86 1C 3C
Octal 174 266 212 40 0 30 35 206 34 74
Binary 1111100 10110110 10001010 100000 0 11000 11101 10000110 11100 111100

Color Harmonies of #7CB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB68A

Black with #7CB68A

Text Example


Text Example

White with #7CB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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