#6FAC1B

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

Shades of Christi #6FAC1B

Tints of Christi #6FAC1B

Color information

#6FAC1B (or 0x6FAC1B) is unknown color: approx Christi. HEX triplet: 6F, AC and 1B. RGB value is (111,172,27). Sum of RGB (Red+Green+Blue) = 111+172+27=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC1B is #9053E4. Grayscale: #898989. Windows color (decimal): -9458661 or 1813615. OLE color: 1813615.

HSL color Cylindrical-coordinate representation of color #6FAC1B: hue angle of 85.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FAC1B is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB11117227-
CMYK0.3500.840.33
HSL85.24º72.86%39.02%-
HSV(B)85.24º84.3%67.45%-
XYZ21.5132.966.27-
YUV137.2365.79109.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 172 (67.58% from 255) = 55.48%
BLUE value IS 27 (10.94% from 255) = 8.71%
R=35.81%
G=55.48%
B=8.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111172270.3500.840.3385.2472.8639.02
Hex6FAC1B2305421554927
Octal157254334301244112511147
Binary110111110101100110111000110101010010000110101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,27); }

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

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

 a { background-color: rgb(111,172,27); }

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

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

 span { border-color: rgb(111,172,27); }

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