#6baa2b

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

Shades of Christi #6BAA2B

Tints of Christi #6BAA2B

Color information

#6BAA2B (or 0x6BAA2B) is unknown color: approx Christi. HEX triplet: 6B, AA and 2B. RGB value is (107,170,43). Sum of RGB (Red+Green+Blue) = 107+170+43=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA2B is #9455D4. Grayscale: #898989. Windows color (decimal): -9721301 or 2861675. OLE color: 2861675.

HSL color Cylindrical-coordinate representation of color #6BAA2B: hue angle of 89.76º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BAA2B is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB10717043-
CMYK0.3700.750.33
HSL89.76º59.62%41.76%-
HSV(B)89.76º74.71%66.67%-
XYZ20.8732.057.37-
YUV136.6875.13106.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=33.44%
G=53.12%
B=13.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107170430.3700.750.3389.7659.6241.76
Hex6BAA2B2504B215a3c2a
Octal15325253450113411327452
Binary110101110101010101011100101010010111000011011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6baa2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,43); }

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

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

 a { background-color: rgb(107,170,43); }

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

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

 span { border-color: rgb(107,170,43); }

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