Html Css Color HEX #7CA288 Bay Leaf

📋 copy color: '#7CA288'

red 124 ◦ green 162 ◦ blue 136

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

Shades of Bay Leaf #7CA288

Tints of Bay Leaf #7CA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 29.38%
G = 38.39%
B = 32.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#7CA288 (or 0x7CA288) is known color: Bay Leaf. HEX triplet: 7C, A2 and 88. RGB value is (124,162,136). Sum of RGB (Red+Green+Blue) = 124+162+136=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA288 is #835D77. Grayscale: #939393. Windows color (decimal): -8609144 or 8954492. OLE color: 8954492.

HSL color Cylindrical-coordinate representation of color #7CA288: hue angle of 138.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA288 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 136 -
CMYK 0.23 0 0.16 0.36
HSL 138.95º 0.17% 0.56% -
HSV(B) 138.95º 0.23% 0.64% -
XYZ 25.68 31.9 28.1 -
YUV 147.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 124 162 136 0.23 0 0.16 0.36 138.95 0.17 0.56
Hex 7C A2 88 17 0 10 24 8B 11 38
Octal 174 242 210 27 0 20 44 213 21 70
Binary 1111100 10100010 10001000 10111 0 10000 100100 10001011 10001 111000

Color Harmonies of #7CA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA288

Black with #7CA288

Text Example


Text Example

White with #7CA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,136); }

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

background-color css

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

 a { background-color: rgb(124,162,136); }

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

border-color css

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

 span { border-color: rgb(124,162,136); }

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