#699b09

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

Shades of Christi #699B09

Tints of Christi #699B09

Color information

#699B09 (or 0x699B09) is unknown color: approx Christi. HEX triplet: 69, 9B and 09. RGB value is (105,155,9). Sum of RGB (Red+Green+Blue) = 105+155+9=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #699B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699B09 is #9664F6. Grayscale: #7B7B7B. Windows color (decimal): -9856247 or 629609. OLE color: 629609.

HSL color Cylindrical-coordinate representation of color #699B09: hue angle of 80.55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699B09 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1051559-
CMYK0.3200.940.39
HSL80.55º89.02%32.16%-
HSV(B)80.55º94.19%60.78%-
XYZ17.626.474.44-
YUV123.4163.44114.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 155 (60.94% from 255) = 57.62%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=39.03%
G=57.62%
B=3.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10515590.3200.940.3980.5589.0232.16
Hex699B92005E27515920
Octal151233114001364712113140
Binary11010011001101110011000000101111010011110100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699b09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699b09; }

 p { color: rgb(105,155,9); }

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

<style>
 a { background-color: #699b09; }

 a { background-color: rgb(105,155,9); }

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

<style>
 span { border-color: #699b09; }

 span { border-color: rgb(105,155,9); }

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