Html Css Color HEX #7CA485 Bay Leaf

📋 copy color: '#7CA485'

red 124 ◦ green 164 ◦ blue 133

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

Shades of Bay Leaf #7CA485

Tints of Bay Leaf #7CA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 29.45%
G = 38.95%
B = 31.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#7CA485 (or 0x7CA485) is known color: Bay Leaf. HEX triplet: 7C, A4 and 85. RGB value is (124,164,133). Sum of RGB (Red+Green+Blue) = 124+164+133=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA485 is #835B7A. Grayscale: #949494. Windows color (decimal): -8608635 or 8758396. OLE color: 8758396.

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

Color convert

RGB 124 164 133 -
CMYK 0.24 0 0.19 0.36
HSL 133.5º 0.18% 0.56% -
HSV(B) 133.5º 0.24% 0.64% -
XYZ 25.82 32.53 27.11 -
YUV 148.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 124 164 133 0.24 0 0.19 0.36 133.5 0.18 0.56
Hex 7C A4 85 18 0 13 24 86 12 38
Octal 174 244 205 30 0 23 44 206 22 70
Binary 1111100 10100100 10000101 11000 0 10011 100100 10000110 10010 111000

Color Harmonies of #7CA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA485

Black with #7CA485

Text Example


Text Example

White with #7CA485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,164,133); }

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

background-color css

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

 a { background-color: rgb(124,164,133); }

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

border-color css

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

 span { border-color: rgb(124,164,133); }

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