#6FB90F

Color #6FB90F Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6FB90F

Tints of Christi #6FB90F

Color information

#6FB90F (or 0x6FB90F) is unknown color: approx Christi. HEX triplet: 6F, B9 and 0F. RGB value is (111,185,15). Sum of RGB (Red+Green+Blue) = 111+185+15=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB90F is #9046F0. Grayscale: #909090. Windows color (decimal): -9455345 or 1030511. OLE color: 1030511.

HSL color Cylindrical-coordinate representation of color #6FB90F: hue angle of 86.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FB90F is Cyan = 0.4, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB11118515-
CMYK0.400.920.27
HSL86.12º85%39.22%-
HSV(B)86.12º91.89%72.55%-
XYZ23.9938.116.54-
YUV143.4955.48104.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 185 (72.66% from 255) = 59.49%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=35.69%
G=59.49%
B=4.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111185150.400.920.2786.128539.22
Hex6FB9F2805C1B565527
Octal157271175001343312612547
Binary1101111101110011111101000010111001101110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB90F; }

 p { color: rgb(111,185,15); }

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

<style>
 a { background-color: #6FB90F; }

 a { background-color: rgb(111,185,15); }

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

<style>
 span { border-color: #6FB90F; }

 span { border-color: rgb(111,185,15); }

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