#6BA831

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

Shades of Christi #6BA831

Tints of Christi #6BA831

Color information

#6BA831 (or 0x6BA831) is unknown color: approx Christi. HEX triplet: 6B, A8 and 31. RGB value is (107,168,49). Sum of RGB (Red+Green+Blue) = 107+168+49=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA831 is #9457CE. Grayscale: #888888. Windows color (decimal): -9721807 or 3254379. OLE color: 3254379.

HSL color Cylindrical-coordinate representation of color #6BA831: hue angle of 90.76º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BA831 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB10716849-
CMYK0.3600.710.34
HSL90.76º54.84%42.55%-
HSV(B)90.76º70.83%65.88%-
XYZ20.6231.357.87-
YUV136.278.79107.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 168 (66.02% from 255) = 51.85%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=33.02%
G=51.85%
B=15.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107168490.3600.710.3490.7654.8442.55
Hex6BA83124047225b372b
Octal15325061440107421336753
Binary110101110101000110001100100010001111000101011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,168,49); }

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

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

 a { background-color: rgb(107,168,49); }

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

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

 span { border-color: rgb(107,168,49); }

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