#6AB714

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

Shades of Christi #6AB714

Tints of Christi #6AB714

Color information

#6AB714 (or 0x6AB714) is unknown color: approx Christi. HEX triplet: 6A, B7 and 14. RGB value is (106,183,20). Sum of RGB (Red+Green+Blue) = 106+183+20=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB714 is #9548EB. Grayscale: #8D8D8D. Windows color (decimal): -9783532 or 1357674. OLE color: 1357674.

HSL color Cylindrical-coordinate representation of color #6AB714: hue angle of 88.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AB714 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB10618320-
CMYK0.4200.890.28
HSL88.34º80.3%39.8%-
HSV(B)88.34º89.07%71.76%-
XYZ2336.986.59-
YUV141.3959.49102.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=34.30%
G=59.22%
B=6.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106183200.4200.890.2888.3480.339.8
Hex6AB7142A0591C585028
Octal152267245201313413012050
Binary11010101011011110100101010010110011110010110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,183,20); }

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

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

 a { background-color: rgb(106,183,20); }

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

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

 span { border-color: rgb(106,183,20); }

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