Html Css Color HEX #7CBF93 Padua

📋 copy color: '#7CBF93'

red 124 ◦ green 191 ◦ blue 147

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

Shades of Padua #7CBF93

Tints of Padua #7CBF93

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 26.84%
G = 41.34%
B = 31.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#7CBF93 (or 0x7CBF93) is known color: Padua. HEX triplet: 7C, BF and 93. RGB value is (124,191,147). Sum of RGB (Red+Green+Blue) = 124+191+147=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF93 is #83406C. Grayscale: #A6A6A6. Windows color (decimal): -8601709 or 9682812. OLE color: 9682812.

HSL color Cylindrical-coordinate representation of color #7CBF93: hue angle of 140.6º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF93 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 147 -
CMYK 0.35 0 0.23 0.25
HSL 140.6º 0.34% 0.62% -
HSV(B) 140.6º 0.35% 0.75% -
XYZ 32.21 43.65 34.33 -
YUV 165.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 124 191 147 0.35 0 0.23 0.25 140.6 0.34 0.62
Hex 7C BF 93 23 0 17 19 8D 22 3E
Octal 174 277 223 43 0 27 31 215 42 76
Binary 1111100 10111111 10010011 100011 0 10111 11001 10001101 100010 111110

Color Harmonies of #7CBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF93

Black with #7CBF93

Text Example


Text Example

White with #7CBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,147); }

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

background-color css

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

 a { background-color: rgb(124,191,147); }

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

border-color css

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

 span { border-color: rgb(124,191,147); }

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