#6FB31F

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

Shades of Christi #6FB31F

Tints of Christi #6FB31F

Color information

#6FB31F (or 0x6FB31F) is unknown color: approx Christi. HEX triplet: 6F, B3 and 1F. RGB value is (111,179,31). Sum of RGB (Red+Green+Blue) = 111+179+31=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB31F is #904CE0. Grayscale: #8E8E8E. Windows color (decimal): -9456865 or 2077551. OLE color: 2077551.

HSL color Cylindrical-coordinate representation of color #6FB31F: hue angle of 87.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FB31F is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB11117931-
CMYK0.3800.830.30
HSL87.57º70.48%41.18%-
HSV(B)87.57º82.68%70.2%-
XYZ22.9235.726.98-
YUV141.865.47106.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 179 (70.31% from 255) = 55.76%
BLUE value IS 31 (12.5% from 255) = 9.66%
R=34.58%
G=55.76%
B=9.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111179310.3800.830.3087.5770.4841.18
Hex6FB31F260531E584629
Octal157263374601233613010651
Binary11011111011001111111100110010100111111010110001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,179,31); }

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

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

 a { background-color: rgb(111,179,31); }

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

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

 span { border-color: rgb(111,179,31); }

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