#69AE1E

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

Shades of Christi #69AE1E

Tints of Christi #69AE1E

Color information

#69AE1E (or 0x69AE1E) is unknown color: approx Christi. HEX triplet: 69, AE and 1E. RGB value is (105,174,30). Sum of RGB (Red+Green+Blue) = 105+174+30=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE1E is #9651E1. Grayscale: #898989. Windows color (decimal): -9851362 or 2010729. OLE color: 2010729.

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

Color convert

RGB10517430-
CMYK0.4000.830.32
HSL88.75º70.59%40%-
HSV(B)88.75º82.76%68.24%-
XYZ21.233.376.55-
YUV136.9567.64105.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 174 (68.36% from 255) = 56.31%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=33.98%
G=56.31%
B=9.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174300.4000.830.3288.7570.5940
Hex69AE1E2805320594728
Octal151256365001234013110750
Binary110100110101110111101010000101001110000010110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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