#6CB028

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

Shades of Christi #6CB028

Tints of Christi #6CB028

Color information

#6CB028 (or 0x6CB028) is unknown color: approx Christi. HEX triplet: 6C, B0 and 28. RGB value is (108,176,40). Sum of RGB (Red+Green+Blue) = 108+176+40=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB028 is #934FD7. Grayscale: #8C8C8C. Windows color (decimal): -9654232 or 2666604. OLE color: 2666604.

HSL color Cylindrical-coordinate representation of color #6CB028: hue angle of 90º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CB028 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB10817640-
CMYK0.3900.770.31
HSL90º62.96%42.35%-
HSV(B)90º77.27%69.02%-
XYZ22.0934.397.48-
YUV140.1671.47105.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=33.33%
G=54.32%
B=12.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108176400.3900.770.319062.9642.35
Hex6CB0282704D1F5a3f2a
Octal15426050470115371327752
Binary11011001011000010100010011101001101111111011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,176,40); }

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

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

 a { background-color: rgb(108,176,40); }

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

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

 span { border-color: rgb(108,176,40); }

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