#69AF04

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

Shades of Christi #69AF04

Tints of Christi #69AF04

Color information

#69AF04 (or 0x69AF04) is unknown color: approx Christi. HEX triplet: 69, AF and 04. RGB value is (105,175,4). Sum of RGB (Red+Green+Blue) = 105+175+4=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AF04 is #9650FB. Grayscale: #878787. Windows color (decimal): -9851132 or 307049. OLE color: 307049.

HSL color Cylindrical-coordinate representation of color #69AF04: hue angle of 84.56º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69AF04 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1051754-
CMYK0.4000.980.31
HSL84.56º95.53%35.1%-
HSV(B)84.56º97.71%68.63%-
XYZ21.1833.675.5-
YUV134.5854.31106.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=36.97%
G=61.62%
B=1.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10517540.4000.980.3184.5695.5335.1
Hex69AF4280621F556023
Octal15125745001423712514043
Binary110100110101111100101000011000101111110101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,4); }

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

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

 a { background-color: rgb(105,175,4); }

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

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

 span { border-color: rgb(105,175,4); }

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