#6FC316

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

Shades of Christi #6FC316

Tints of Christi #6FC316

Color information

#6FC316 (or 0x6FC316) is unknown color: approx Christi. HEX triplet: 6F, C3 and 16. RGB value is (111,195,22). Sum of RGB (Red+Green+Blue) = 111+195+22=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC316 is #903CE9. Grayscale: #969696. Windows color (decimal): -9452778 or 1491823. OLE color: 1491823.

HSL color Cylindrical-coordinate representation of color #6FC316: hue angle of 89.13º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FC316 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB11119522-
CMYK0.4300.890.24
HSL89.13º79.72%42.55%-
HSV(B)89.13º88.72%76.47%-
XYZ26.2242.477.57-
YUV150.1655.67100.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=33.84%
G=59.45%
B=6.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111195220.4300.890.2489.1379.7242.55
Hex6FC3162B0591859502b
Octal157303265301313013112053
Binary11011111100001110110101011010110011100010110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,195,22); }

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

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

 a { background-color: rgb(111,195,22); }

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

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

 span { border-color: rgb(111,195,22); }

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