#68AB03

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

Shades of Christi #68AB03

Tints of Christi #68AB03

Color information

#68AB03 (or 0x68AB03) is unknown color: approx Christi. HEX triplet: 68, AB and 03. RGB value is (104,171,3). Sum of RGB (Red+Green+Blue) = 104+171+3=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB03 is #9754FC. Grayscale: #848484. Windows color (decimal): -9917693 or 240488. OLE color: 240488.

HSL color Cylindrical-coordinate representation of color #68AB03: hue angle of 83.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68AB03 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1041713-
CMYK0.3900.980.33
HSL83.93º96.55%34.12%-
HSV(B)83.93º98.25%67.06%-
XYZ20.2932.085.21-
YUV131.8255.3108.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 171 (67.19% from 255) = 61.51%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=37.41%
G=61.51%
B=1.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10417130.3900.980.3383.9396.5534.12
Hex68AB32706221546122
Octal15025334701424112414142
Binary110100010101011111001110110001010000110101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,3); }

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

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

 a { background-color: rgb(104,171,3); }

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

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

 span { border-color: rgb(104,171,3); }

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