#6FB227

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

Shades of Christi #6FB227

Tints of Christi #6FB227

Color information

#6FB227 (or 0x6FB227) is unknown color: approx Christi. HEX triplet: 6F, B2 and 27. RGB value is (111,178,39). Sum of RGB (Red+Green+Blue) = 111+178+39=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB227 is #904DD8. Grayscale: #8E8E8E. Windows color (decimal): -9457113 or 2601583. OLE color: 2601583.

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

Color convert

RGB11117839-
CMYK0.3800.780.30
HSL88.92º64.06%42.55%-
HSV(B)88.92º78.09%69.8%-
XYZ22.8435.377.54-
YUV142.1269.8105.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 178 (69.92% from 255) = 54.27%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=33.84%
G=54.27%
B=11.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111178390.3800.780.3088.9264.0642.55
Hex6FB2272604E1E59402b
Octal157262474601163613110053
Binary110111110110010100111100110010011101111010110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,39); }

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

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

 a { background-color: rgb(111,178,39); }

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

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

 span { border-color: rgb(111,178,39); }

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