#6BA321

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

Shades of Christi #6BA321

Tints of Christi #6BA321

Color information

#6BA321 (or 0x6BA321) is unknown color: approx Christi. HEX triplet: 6B, A3 and 21. RGB value is (107,163,33). Sum of RGB (Red+Green+Blue) = 107+163+33=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA321 is #945CDE. Grayscale: #838383. Windows color (decimal): -9723103 or 2204523. OLE color: 2204523.

HSL color Cylindrical-coordinate representation of color #6BA321: hue angle of 85.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6BA321 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB10716333-
CMYK0.3400.800.36
HSL85.85º66.33%38.43%-
HSV(B)85.85º79.75%63.92%-
XYZ19.4429.436.1-
YUV131.4472.45110.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 163 (64.06% from 255) = 53.80%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=35.31%
G=53.80%
B=10.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107163330.3400.800.3685.8566.3338.43
Hex6BA3212205024564226
Octal153243414201204412610246
Binary1101011101000111000011000100101000010010010101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,163,33); }

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

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

 a { background-color: rgb(107,163,33); }

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

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

 span { border-color: rgb(107,163,33); }

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