#69A727

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

Shades of Christi #69A727

Tints of Christi #69A727

Color information

#69A727 (or 0x69A727) is unknown color: approx Christi. HEX triplet: 69, A7 and 27. RGB value is (105,167,39). Sum of RGB (Red+Green+Blue) = 105+167+39=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #69A727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A727 is #9658D8. Grayscale: #868686. Windows color (decimal): -9853145 or 2598761. OLE color: 2598761.

HSL color Cylindrical-coordinate representation of color #69A727: hue angle of 89.06º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69A727 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB10516739-
CMYK0.3700.770.35
HSL89.06º62.14%40.39%-
HSV(B)89.06º76.65%65.49%-
XYZ20.0130.796.81-
YUV133.8774.46107.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 167 (65.62% from 255) = 53.70%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=33.76%
G=53.70%
B=12.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105167390.3700.770.3589.0662.1440.39
Hex69A7272504D23593e28
Octal15124747450115431317650
Binary110100110100111100111100101010011011000111011001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,39); }

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

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

 a { background-color: rgb(105,167,39); }

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

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

 span { border-color: rgb(105,167,39); }

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