#6AA71D

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

Shades of Christi #6AA71D

Tints of Christi #6AA71D

Color information

#6AA71D (or 0x6AA71D) is unknown color: approx Christi. HEX triplet: 6A, A7 and 1D. RGB value is (106,167,29). Sum of RGB (Red+Green+Blue) = 106+167+29=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA71D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA71D is #9558E2. Grayscale: #858585. Windows color (decimal): -9787619 or 1943402. OLE color: 1943402.

HSL color Cylindrical-coordinate representation of color #6AA71D: hue angle of 86.52º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AA71D is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB10616729-
CMYK0.3700.830.35
HSL86.52º70.41%38.43%-
HSV(B)86.52º82.63%65.49%-
XYZ19.9830.796.05-
YUV133.0369.29108.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 29 (11.72% from 255) = 9.60%
R=35.10%
G=55.30%
B=9.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106167290.3700.830.3586.5270.4138.43
Hex6AA71D2505323574626
Octal152247354501234312710646
Binary110101010100111111011001010101001110001110101111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,167,29); }

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

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

 a { background-color: rgb(106,167,29); }

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

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

 span { border-color: rgb(106,167,29); }

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