#69BD10

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

Shades of Christi #69BD10

Tints of Christi #69BD10

Color information

#69BD10 (or 0x69BD10) is unknown color: approx Christi. HEX triplet: 69, BD and 10. RGB value is (105,189,16). Sum of RGB (Red+Green+Blue) = 105+189+16=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BD10 is #9642EF. Grayscale: #909090. Windows color (decimal): -9847536 or 1097065. OLE color: 1097065.

HSL color Cylindrical-coordinate representation of color #69BD10: hue angle of 89.13º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69BD10 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB10518916-
CMYK0.4400.920.26
HSL89.13º84.39%40.2%-
HSV(B)89.13º91.53%74.12%-
XYZ24.1239.446.83-
YUV144.1655.67100.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 189 (74.22% from 255) = 60.97%
BLUE value IS 16 (6.64% from 255) = 5.16%
R=33.87%
G=60.97%
B=5.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189160.4400.920.2689.1384.3940.2
Hex69BD102C05C1A595428
Octal151275205401343213112450
Binary11010011011110110000101100010111001101010110011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,16); }

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

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

 a { background-color: rgb(105,189,16); }

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

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

 span { border-color: rgb(105,189,16); }

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