#689F1F

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

Shades of Christi #689F1F

Tints of Christi #689F1F

Color information

#689F1F (or 0x689F1F) is unknown color: approx Christi. HEX triplet: 68, 9F and 1F. RGB value is (104,159,31). Sum of RGB (Red+Green+Blue) = 104+159+31=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #689F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F1F is #9760E0. Grayscale: #808080. Windows color (decimal): -9920737 or 2072424. OLE color: 2072424.

HSL color Cylindrical-coordinate representation of color #689F1F: hue angle of 85.78º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #689F1F is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB10415931-
CMYK0.3500.810.38
HSL85.78º67.37%37.25%-
HSV(B)85.78º80.5%62.35%-
XYZ18.3527.845.7-
YUV127.9673.28110.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=35.37%
G=54.08%
B=10.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104159310.3500.810.3885.7867.3737.25
Hex689F1F2305126564325
Octal150237374301214612610345
Binary110100010011111111111000110101000110011010101101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689F1F; }

 p { color: rgb(104,159,31); }

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

<style>
 a { background-color: #689F1F; }

 a { background-color: rgb(104,159,31); }

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

<style>
 span { border-color: #689F1F; }

 span { border-color: rgb(104,159,31); }

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