#69B428

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

Shades of Christi #69B428

Tints of Christi #69B428

Color information

#69B428 (or 0x69B428) is unknown color: approx Christi. HEX triplet: 69, B4 and 28. RGB value is (105,180,40). Sum of RGB (Red+Green+Blue) = 105+180+40=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #69B428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B428 is #964BD7. Grayscale: #8E8E8E. Windows color (decimal): -9849816 or 2667625. OLE color: 2667625.

HSL color Cylindrical-coordinate representation of color #69B428: hue angle of 92.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69B428 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB10518040-
CMYK0.4200.780.29
HSL92.14º63.64%43.14%-
HSV(B)92.14º77.78%70.59%-
XYZ22.5335.87.73-
YUV141.6270.65101.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=32.31%
G=55.38%
B=12.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180400.4200.780.2992.1463.6443.14
Hex69B4282A04E1D5c402b
Octal151264505201163513410053
Binary110100110110100101000101010010011101110110111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B428; }

 p { color: rgb(105,180,40); }

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

<style>
 a { background-color: #69B428; }

 a { background-color: rgb(105,180,40); }

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

<style>
 span { border-color: #69B428; }

 span { border-color: rgb(105,180,40); }

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