#69B425

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

Shades of Christi #69B425

Tints of Christi #69B425

Color information

#69B425 (or 0x69B425) is unknown color: approx Christi. HEX triplet: 69, B4 and 25. RGB value is (105,180,37). Sum of RGB (Red+Green+Blue) = 105+180+37=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #69B425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B425 is #964BDA. Grayscale: #8D8D8D. Windows color (decimal): -9849819 or 2471017. OLE color: 2471017.

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

Color convert

RGB10518037-
CMYK0.4200.790.29
HSL91.47º65.9%42.55%-
HSV(B)91.47º79.44%70.59%-
XYZ22.4835.787.47-
YUV141.2769.15102.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=32.61%
G=55.90%
B=11.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180370.4200.790.2991.4765.942.55
Hex69B4252A04F1D5b422b
Octal151264455201173513310253
Binary110100110110100100101101010010011111110110110111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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