#6BA323

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

Shades of Christi #6BA323

Tints of Christi #6BA323

Color information

#6BA323 (or 0x6BA323) is unknown color: approx Christi. HEX triplet: 6B, A3 and 23. RGB value is (107,163,35). Sum of RGB (Red+Green+Blue) = 107+163+35=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA323 is #945CDC. Grayscale: #848484. Windows color (decimal): -9723101 or 2335595. OLE color: 2335595.

HSL color Cylindrical-coordinate representation of color #6BA323: hue angle of 86.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BA323 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB10716335-
CMYK0.3400.790.36
HSL86.25º64.65%38.82%-
HSV(B)86.25º78.53%63.92%-
XYZ19.4629.446.25-
YUV131.6673.45110.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=35.08%
G=53.44%
B=11.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107163350.3400.790.3686.2564.6538.82
Hex6BA3232204F24564127
Octal153243434201174412610147
Binary1101011101000111000111000100100111110010010101101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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