#69AE31

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

Shades of Christi #69AE31

Tints of Christi #69AE31

Color information

#69AE31 (or 0x69AE31) is unknown color: approx Christi. HEX triplet: 69, AE and 31. RGB value is (105,174,49). Sum of RGB (Red+Green+Blue) = 105+174+49=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE31 is #9651CE. Grayscale: #8B8B8B. Windows color (decimal): -9851343 or 3255913. OLE color: 3255913.

HSL color Cylindrical-coordinate representation of color #69AE31: hue angle of 93.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69AE31 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB10517449-
CMYK0.4000.720.32
HSL93.12º56.05%43.73%-
HSV(B)93.12º71.84%68.24%-
XYZ21.5233.58.24-
YUV139.1277.14103.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=32.01%
G=53.05%
B=14.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174490.4000.720.3293.1256.0543.73
Hex69AE3128048205d382c
Octal15125661500110401357054
Binary110100110101110110001101000010010001000001011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,49); }

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

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

 a { background-color: rgb(105,174,49); }

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

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

 span { border-color: rgb(105,174,49); }

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