Html Css Color HEX #7F9073 Spanish Green

📋 copy color: '#7F9073'

red 127 ◦ green 144 ◦ blue 115

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

Shades of Spanish Green #7F9073

Tints of Spanish Green #7F9073

RGB

 RED value IS 127 (50% from 255) = 32.9%

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 32.9%
G = 37.31%
B = 29.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#7F9073 (or 0x7F9073) is known color: Spanish Green. HEX triplet: 7F, 90 and 73. RGB value is (127,144,115). Sum of RGB (Red+Green+Blue) = 127+144+115=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9073 is #806F8C. Grayscale: #878787. Windows color (decimal): -8417165 or 7573631. OLE color: 7573631.

HSL color Cylindrical-coordinate representation of color #7F9073: hue angle of 95.17º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9073 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 144 115 -
CMYK 0.12 0 0.20 0.44
HSL 95.17º 0.12% 0.51% -
HSV(B) 95.17º 0.2% 0.56% -
XYZ 21.82 25.7 20.03 -
YUV 135.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 127 144 115 0.12 0 0.20 0.44 95.17 0.12 0.51
Hex 7F 90 73 C 0 14 2C 5F C 33
Octal 177 220 163 14 0 24 54 137 14 63
Binary 1111111 10010000 1110011 1100 0 10100 101100 1011111 1100 110011

Color Harmonies of #7F9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9073

Black with #7F9073

Text Example


Text Example

White with #7F9073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,144,115); }

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

background-color css

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

 a { background-color: rgb(127,144,115); }

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

border-color css

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

 span { border-color: rgb(127,144,115); }

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