Html Css Color HEX #7CBC9D Padua

📋 copy color: '#7CBC9D'

red 124 ◦ green 188 ◦ blue 157

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

Shades of Padua #7CBC9D

Tints of Padua #7CBC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 26.44%
G = 40.09%
B = 33.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#7CBC9D (or 0x7CBC9D) is known color: Padua. HEX triplet: 7C, BC and 9D. RGB value is (124,188,157). Sum of RGB (Red+Green+Blue) = 124+188+157=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC9D is #834362. Grayscale: #A5A5A5. Windows color (decimal): -8602467 or 10337404. OLE color: 10337404.

HSL color Cylindrical-coordinate representation of color #7CBC9D: hue angle of 150.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC9D is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 157 -
CMYK 0.34 0 0.16 0.26
HSL 150.94º 0.32% 0.61% -
HSV(B) 150.94º 0.34% 0.74% -
XYZ 32.38 42.69 38.43 -
YUV 165.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 124 188 157 0.34 0 0.16 0.26 150.94 0.32 0.61
Hex 7C BC 9D 22 0 10 1A 97 20 3D
Octal 174 274 235 42 0 20 32 227 40 75
Binary 1111100 10111100 10011101 100010 0 10000 11010 10010111 100000 111101

Color Harmonies of #7CBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC9D

Black with #7CBC9D

Text Example


Text Example

White with #7CBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,157); }

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

background-color css

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

 a { background-color: rgb(124,188,157); }

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

border-color css

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

 span { border-color: rgb(124,188,157); }

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