#68A71F

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

Shades of Christi #68A71F

Tints of Christi #68A71F

Color information

#68A71F (or 0x68A71F) is unknown color: approx Christi. HEX triplet: 68, A7 and 1F. RGB value is (104,167,31). Sum of RGB (Red+Green+Blue) = 104+167+31=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #68A71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A71F is #9758E0. Grayscale: #858585. Windows color (decimal): -9918689 or 2074472. OLE color: 2074472.

HSL color Cylindrical-coordinate representation of color #68A71F: hue angle of 87.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68A71F is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB10416731-
CMYK0.3800.810.35
HSL87.79º68.69%38.82%-
HSV(B)87.79º81.44%65.49%-
XYZ19.7730.686.18-
YUV132.6670.63107.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=34.44%
G=55.30%
B=10.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104167310.3800.810.3587.7968.6938.82
Hex68A71F2605123584527
Octal150247374601214313010547
Binary110100010100111111111001100101000110001110110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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