#7FBA09

Color #7FBA09 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FBA09

Tints of Lima #7FBA09

Color information

#7FBA09 (or 0x7FBA09) is unknown color: approx Lima. HEX triplet: 7F, BA and 09. RGB value is (127,186,9). Sum of RGB (Red+Green+Blue) = 127+186+9=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA09 is #8045F6. Grayscale: #949494. Windows color (decimal): -8406519 or 637567. OLE color: 637567.

HSL color Cylindrical-coordinate representation of color #7FBA09: hue angle of 80º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FBA09 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1271869-
CMYK0.3200.950.27
HSL80º90.77%38.24%-
HSV(B)80º95.16%72.94%-
XYZ26.3639.656.52-
YUV148.1849.45112.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=39.44%
G=57.76%
B=2.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12718690.3200.950.278090.7738.24
Hex7FBA92005F1B505b26
Octal177272114001373312013346
Binary1111111101110101001100000010111111101110100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,9); }

 H1.HeaderClassName
 {
   color: #7FBA09;
 }
 .AnyTagClassName
 {
   color: #7FBA09;
 }
</style>
background-color css

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

 a { background-color: rgb(127,186,9); }

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

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

 span { border-color: rgb(127,186,9); }

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