Html Css Color HEX #7CB285 Bay Leaf

📋 copy color: '#7CB285'

red 124 ◦ green 178 ◦ blue 133

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

Shades of Bay Leaf #7CB285

Tints of Bay Leaf #7CB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 28.51%
G = 40.92%
B = 30.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#7CB285 (or 0x7CB285) is known color: Bay Leaf. HEX triplet: 7C, B2 and 85. RGB value is (124,178,133). Sum of RGB (Red+Green+Blue) = 124+178+133=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB285 is #834D7A. Grayscale: #9C9C9C. Windows color (decimal): -8605051 or 8761980. OLE color: 8761980.

HSL color Cylindrical-coordinate representation of color #7CB285: hue angle of 130º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB285 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 133 -
CMYK 0.30 0 0.25 0.30
HSL 130º 0.26% 0.59% -
HSV(B) 130º 0.3% 0.7% -
XYZ 28.47 37.82 27.99 -
YUV 156.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 124 178 133 0.30 0 0.25 0.30 130 0.26 0.59
Hex 7C B2 85 1E 0 19 1E 82 1A 3B
Octal 174 262 205 36 0 31 36 202 32 73
Binary 1111100 10110010 10000101 11110 0 11001 11110 10000010 11010 111011

Color Harmonies of #7CB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB285

Black with #7CB285

Text Example


Text Example

White with #7CB285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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