#68BA25

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

Shades of Christi #68BA25

Tints of Christi #68BA25

Color information

#68BA25 (or 0x68BA25) is unknown color: approx Christi. HEX triplet: 68, BA and 25. RGB value is (104,186,37). Sum of RGB (Red+Green+Blue) = 104+186+37=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA25 is #9745DA. Grayscale: #919191. Windows color (decimal): -9913819 or 2472552. OLE color: 2472552.

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

Color convert

RGB10418637-
CMYK0.4400.800.27
HSL93.02º66.82%43.73%-
HSV(B)93.02º80.11%72.94%-
XYZ23.638.197.88-
YUV144.567.3399.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 186 (73.05% from 255) = 56.88%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=31.80%
G=56.88%
B=11.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186370.4400.800.2793.0266.8243.73
Hex68BA252C0501B5d432c
Octal150272455401203313510354
Binary110100010111010100101101100010100001101110111011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,37); }

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

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

 a { background-color: rgb(104,186,37); }

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

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

 span { border-color: rgb(104,186,37); }

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