#6BA00A

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

Shades of Christi #6BA00A

Tints of Christi #6BA00A

Color information

#6BA00A (or 0x6BA00A) is unknown color: approx Christi. HEX triplet: 6B, A0 and 0A. RGB value is (107,160,10). Sum of RGB (Red+Green+Blue) = 107+160+10=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA00A is #945FF5. Grayscale: #7F7F7F. Windows color (decimal): -9723894 or 696427. OLE color: 696427.

HSL color Cylindrical-coordinate representation of color #6BA00A: hue angle of 81.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BA00A is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB10716010-
CMYK0.3300.940.37
HSL81.2º88.24%33.33%-
HSV(B)81.2º93.75%62.75%-
XYZ18.6928.294.76-
YUV127.0561.94113.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 160 (62.89% from 255) = 57.76%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=38.63%
G=57.76%
B=3.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160100.3300.940.3781.288.2433.33
Hex6BA0A2105E25515821
Octal153240124101364512113041
Binary11010111010000010101000010101111010010110100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,10); }

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

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

 a { background-color: rgb(107,160,10); }

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

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

 span { border-color: rgb(107,160,10); }

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