#6BA228

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

Shades of Christi #6BA228

Tints of Christi #6BA228

Color information

#6BA228 (or 0x6BA228) is unknown color: approx Christi. HEX triplet: 6B, A2 and 28. RGB value is (107,162,40). Sum of RGB (Red+Green+Blue) = 107+162+40=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA228 is #945DD7. Grayscale: #848484. Windows color (decimal): -9723352 or 2663019. OLE color: 2663019.

HSL color Cylindrical-coordinate representation of color #6BA228: hue angle of 87.05º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BA228 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB10716240-
CMYK0.3400.750.36
HSL87.05º60.4%39.61%-
HSV(B)87.05º75.31%63.53%-
XYZ19.3729.126.61-
YUV131.6576.28110.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=34.63%
G=52.43%
B=12.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107162400.3400.750.3687.0560.439.61
Hex6BA2282204B24573c28
Octal15324250420113441277450
Binary110101110100010101000100010010010111001001010111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,40); }

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

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

 a { background-color: rgb(107,162,40); }

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

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

 span { border-color: rgb(107,162,40); }

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