#69BA00

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

Shades of Christi #69BA00

Tints of Christi #69BA00

Color information

#69BA00 (or 0x69BA00) is unknown color: approx Christi. HEX triplet: 69, BA and 00. RGB value is (105,186,0). Sum of RGB (Red+Green+Blue) = 105+186+0=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BA00 is #9645FF. Grayscale: #8D8D8D. Windows color (decimal): -9848320 or 47721. OLE color: 47721.

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

Color convert

RGB1051860-
CMYK0.44010.27
HSL86.13º100%36.47%-
HSV(B)86.13º100%72.94%-
XYZ23.3838.126.13-
YUV140.5848.66102.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.08%
G=63.92%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10518600.44010.2786.1310036.47
Hex69BA02C0641B566424
Octal15127205401443312614444
Binary1101001101110100101100011001001101110101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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