#6FB812

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

Shades of Christi #6FB812

Tints of Christi #6FB812

Color information

#6FB812 (or 0x6FB812) is unknown color: approx Christi. HEX triplet: 6F, B8 and 12. RGB value is (111,184,18). Sum of RGB (Red+Green+Blue) = 111+184+18=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB812 is #9047ED. Grayscale: #8F8F8F. Windows color (decimal): -9455598 or 1226863. OLE color: 1226863.

HSL color Cylindrical-coordinate representation of color #6FB812: hue angle of 86.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FB812 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB11118418-
CMYK0.4000.900.28
HSL86.39º82.18%39.61%-
HSV(B)86.39º90.22%72.16%-
XYZ23.8137.76.6-
YUV143.2557.32105-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=35.46%
G=58.79%
B=5.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111184180.4000.900.2886.3982.1839.61
Hex6FB8122805A1C565228
Octal157270225001323412612250
Binary11011111011100010010101000010110101110010101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,18); }

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

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

 a { background-color: rgb(111,184,18); }

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

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

 span { border-color: rgb(111,184,18); }

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