#69B710

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

Shades of Christi #69B710

Tints of Christi #69B710

Color information

#69B710 (or 0x69B710) is unknown color: approx Christi. HEX triplet: 69, B7 and 10. RGB value is (105,183,16). Sum of RGB (Red+Green+Blue) = 105+183+16=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #69B710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69B710 is #9648EF. Grayscale: #8D8D8D. Windows color (decimal): -9849072 or 1095529. OLE color: 1095529.

HSL color Cylindrical-coordinate representation of color #69B710: hue angle of 88.02º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69B710 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB10518316-
CMYK0.4300.910.28
HSL88.02º83.92%39.02%-
HSV(B)88.02º91.26%71.76%-
XYZ22.8536.916.41-
YUV140.6457.66102.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 183 (71.88% from 255) = 60.20%
BLUE value IS 16 (6.64% from 255) = 5.26%
R=34.54%
G=60.20%
B=5.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183160.4300.910.2888.0283.9239.02
Hex69B7102B05B1C585427
Octal151267205301333413012447
Binary11010011011011110000101011010110111110010110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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