#69BB07

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

Shades of Christi #69BB07

Tints of Christi #69BB07

Color information

#69BB07 (or 0x69BB07) is unknown color: approx Christi. HEX triplet: 69, BB and 07. RGB value is (105,187,7). Sum of RGB (Red+Green+Blue) = 105+187+7=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BB07 is #9644F8. Grayscale: #8E8E8E. Windows color (decimal): -9848057 or 506729. OLE color: 506729.

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

Color convert

RGB1051877-
CMYK0.4400.960.27
HSL87.33º92.78%38.04%-
HSV(B)87.33º96.26%73.33%-
XYZ23.6338.566.4-
YUV141.9651.83101.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 187 (73.44% from 255) = 62.54%
BLUE value IS 7 (3.12% from 255) = 2.34%
R=35.12%
G=62.54%
B=2.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10518770.4400.960.2787.3392.7838.04
Hex69BB72C0601B575d26
Octal15127375401403312713546
Binary110100110111011111101100011000001101110101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,7); }

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

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

 a { background-color: rgb(105,187,7); }

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

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

 span { border-color: rgb(105,187,7); }

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