#68A30E

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

Shades of Christi #68A30E

Tints of Christi #68A30E

Color information

#68A30E (or 0x68A30E) is unknown color: approx Christi. HEX triplet: 68, A3 and 0E. RGB value is (104,163,14). Sum of RGB (Red+Green+Blue) = 104+163+14=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #68A30E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A30E is #975CF1. Grayscale: #808080. Windows color (decimal): -9919730 or 959336. OLE color: 959336.

HSL color Cylindrical-coordinate representation of color #68A30E: hue angle of 83.76º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68A30E is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB10416314-
CMYK0.3600.910.36
HSL83.76º84.18%34.71%-
HSV(B)83.76º91.41%63.92%-
XYZ18.8929.175.05-
YUV128.3763.45110.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 58.01%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=37.01%
G=58.01%
B=4.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104163140.3600.910.3683.7684.1834.71
Hex68A3E2405B24545423
Octal150243164401334412412443
Binary11010001010001111101001000101101110010010101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A30E; }

 p { color: rgb(104,163,14); }

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

<style>
 a { background-color: #68A30E; }

 a { background-color: rgb(104,163,14); }

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

<style>
 span { border-color: #68A30E; }

 span { border-color: rgb(104,163,14); }

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