#6ba920

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

Shades of Christi #6BA920

Tints of Christi #6BA920

Color information

#6BA920 (or 0x6BA920) is unknown color: approx Christi. HEX triplet: 6B, A9 and 20. RGB value is (107,169,32). Sum of RGB (Red+Green+Blue) = 107+169+32=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA920 is #9456DF. Grayscale: #878787. Windows color (decimal): -9721568 or 2140523. OLE color: 2140523.

HSL color Cylindrical-coordinate representation of color #6BA920: hue angle of 87.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BA920 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB10716932-
CMYK0.3700.810.34
HSL87.15º68.16%39.41%-
HSV(B)87.15º81.07%66.27%-
XYZ20.5131.616.39-
YUV134.8469.96108.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 169 (66.41% from 255) = 54.87%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=34.74%
G=54.87%
B=10.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107169320.3700.810.3487.1568.1639.41
Hex6BA9202505122574427
Octal153251404501214212710447
Binary1101011101010011000001001010101000110001010101111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ba920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,32); }

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

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

 a { background-color: rgb(107,169,32); }

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

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

 span { border-color: rgb(107,169,32); }

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