#6CB31A

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

Shades of Christi #6CB31A

Tints of Christi #6CB31A

Color information

#6CB31A (or 0x6CB31A) is unknown color: approx Christi. HEX triplet: 6C, B3 and 1A. RGB value is (108,179,26). Sum of RGB (Red+Green+Blue) = 108+179+26=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB31A is #934CE5. Grayscale: #8C8C8C. Windows color (decimal): -9653478 or 1749868. OLE color: 1749868.

HSL color Cylindrical-coordinate representation of color #6CB31A: hue angle of 87.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6CB31A is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB10817926-
CMYK0.4000.850.30
HSL87.84º74.63%40.2%-
HSV(B)87.84º85.47%70.2%-
XYZ22.4935.56.64-
YUV140.3363.48104.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 179 (70.31% from 255) = 57.19%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=34.50%
G=57.19%
B=8.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108179260.4000.850.3087.8474.6340.2
Hex6CB31A280551E584b28
Octal154263325001253613011350
Binary11011001011001111010101000010101011111010110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,179,26); }

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

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

 a { background-color: rgb(108,179,26); }

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

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

 span { border-color: rgb(108,179,26); }

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