#68B023

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

Shades of Christi #68B023

Tints of Christi #68B023

Color information

#68B023 (or 0x68B023) is unknown color: approx Christi. HEX triplet: 68, B0 and 23. RGB value is (104,176,35). Sum of RGB (Red+Green+Blue) = 104+176+35=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #68B023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B023 is #974FDC. Grayscale: #8A8A8A. Windows color (decimal): -9916381 or 2338920. OLE color: 2338920.

HSL color Cylindrical-coordinate representation of color #68B023: hue angle of 90.64º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68B023 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB10417635-
CMYK0.4100.800.31
HSL90.64º66.82%41.37%-
HSV(B)90.64º80.11%69.02%-
XYZ21.5434.127.04-
YUV138.469.65103.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 176 (69.14% from 255) = 55.87%
BLUE value IS 35 (14.06% from 255) = 11.11%
R=33.02%
G=55.87%
B=11.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104176350.4100.800.3190.6466.8241.37
Hex68B023290501F5b4329
Octal150260435101203713310351
Binary110100010110000100011101001010100001111110110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,35); }

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

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

 a { background-color: rgb(104,176,35); }

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

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

 span { border-color: rgb(104,176,35); }

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