#6BA204

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

Shades of Christi #6BA204

Tints of Christi #6BA204

Color information

#6BA204 (or 0x6BA204) is unknown color: approx Christi. HEX triplet: 6B, A2 and 04. RGB value is (107,162,4). Sum of RGB (Red+Green+Blue) = 107+162+4=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA204 is #945DFB. Grayscale: #808080. Windows color (decimal): -9723388 or 303723. OLE color: 303723.

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

Color convert

RGB1071624-
CMYK0.3400.980.36
HSL80.89º95.18%32.55%-
HSV(B)80.89º97.53%63.53%-
XYZ19.0128.984.71-
YUV127.5458.28113.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=39.19%
G=59.34%
B=1.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10716240.3400.980.3680.8995.1832.55
Hex6BA242206224515f21
Octal15324244201424412113741
Binary1101011101000101001000100110001010010010100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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