#69A200

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

Shades of Christi #69A200

Tints of Christi #69A200

Color information

#69A200 (or 0x69A200) is unknown color: approx Christi. HEX triplet: 69, A2 and 00. RGB value is (105,162,0). Sum of RGB (Red+Green+Blue) = 105+162+0=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #69A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69A200 is #965DFF. Grayscale: #7F7F7F. Windows color (decimal): -9854464 or 41577. OLE color: 41577.

HSL color Cylindrical-coordinate representation of color #69A200: hue angle of 81.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69A200 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1051620-
CMYK0.35010.36
HSL81.11º100%31.76%-
HSV(B)81.11º100%63.53%-
XYZ18.7528.844.58-
YUV126.4956.62112.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.33%
G=60.67%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10516200.35010.3681.1110031.76
Hex69A202306424516420
Octal15124204301444412114440
Binary11010011010001001000110110010010010010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,162,0); }

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

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

 a { background-color: rgb(105,162,0); }

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

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

 span { border-color: rgb(105,162,0); }

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