#6BAB31

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

Shades of Christi #6BAB31

Tints of Christi #6BAB31

Color information

#6BAB31 (or 0x6BAB31) is unknown color: approx Christi. HEX triplet: 6B, AB and 31. RGB value is (107,171,49). Sum of RGB (Red+Green+Blue) = 107+171+49=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB31 is #9454CE. Grayscale: #8A8A8A. Windows color (decimal): -9721039 or 3255147. OLE color: 3255147.

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

Color convert

RGB10717149-
CMYK0.3700.710.33
HSL91.48º55.45%43.14%-
HSV(B)91.48º71.35%67.06%-
XYZ21.1832.478.06-
YUV137.9677.8105.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=32.72%
G=52.29%
B=14.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107171490.3700.710.3391.4855.4543.14
Hex6BAB3125047215b372b
Octal15325361450107411336753
Binary110101110101011110001100101010001111000011011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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