#6BA41C

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

Shades of Christi #6BA41C

Tints of Christi #6BA41C

Color information

#6BA41C (or 0x6BA41C) is unknown color: approx Christi. HEX triplet: 6B, A4 and 1C. RGB value is (107,164,28). Sum of RGB (Red+Green+Blue) = 107+164+28=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA41C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA41C is #945BE3. Grayscale: #838383. Windows color (decimal): -9722852 or 1877099. OLE color: 1877099.

HSL color Cylindrical-coordinate representation of color #6BA41C: hue angle of 85.15º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BA41C is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB10716428-
CMYK0.3500.830.36
HSL85.15º70.83%37.65%-
HSV(B)85.15º82.93%64.31%-
XYZ19.5529.765.81-
YUV131.4569.62110.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=35.79%
G=54.85%
B=9.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107164280.3500.830.3685.1570.8337.65
Hex6BA41C2305324554726
Octal153244344301234412510746
Binary110101110100100111001000110101001110010010101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,164,28); }

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

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

 a { background-color: rgb(107,164,28); }

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

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

 span { border-color: rgb(107,164,28); }

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