#6BB129

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

Shades of Christi #6BB129

Tints of Christi #6BB129

Color information

#6BB129 (or 0x6BB129) is unknown color: approx Christi. HEX triplet: 6B, B1 and 29. RGB value is (107,177,41). Sum of RGB (Red+Green+Blue) = 107+177+41=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BB129 is #944ED6. Grayscale: #8D8D8D. Windows color (decimal): -9719511 or 2732395. OLE color: 2732395.

HSL color Cylindrical-coordinate representation of color #6BB129: hue angle of 90.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BB129 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB10717741-
CMYK0.4000.770.31
HSL90.88º62.39%42.75%-
HSV(B)90.88º76.84%69.41%-
XYZ22.1934.737.63-
YUV140.5771.81104.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 177 (69.53% from 255) = 54.46%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=32.92%
G=54.46%
B=12.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107177410.4000.770.3190.8862.3942.75
Hex6BB1292804D1F5b3e2b
Octal15326151500115371337653
Binary11010111011000110100110100001001101111111011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,41); }

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

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

 a { background-color: rgb(107,177,41); }

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

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

 span { border-color: rgb(107,177,41); }

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