#6BA205

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

Shades of Christi #6BA205

Tints of Christi #6BA205

Color information

#6BA205 (or 0x6BA205) is unknown color: approx Christi. HEX triplet: 6B, A2 and 05. RGB value is (107,162,5). Sum of RGB (Red+Green+Blue) = 107+162+5=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA205 is #945DFA. Grayscale: #808080. Windows color (decimal): -9723387 or 369259. OLE color: 369259.

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

Color convert

RGB1071625-
CMYK0.3400.970.36
HSL81.02º94.01%32.75%-
HSV(B)81.02º96.91%63.53%-
XYZ19.0128.984.73-
YUV127.6658.78113.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.05%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=39.05%
G=59.12%
B=1.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10716250.3400.970.3681.0294.0132.75
Hex6BA252206124515e21
Octal15324254201414412113641
Binary1101011101000101011000100110000110010010100011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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