#68C007

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

Shades of Christi #68C007

Tints of Christi #68C007

Color information

#68C007 (or 0x68C007) is unknown color: approx Christi. HEX triplet: 68, C0 and 07. RGB value is (104,192,7). Sum of RGB (Red+Green+Blue) = 104+192+7=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #68C007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C007 is #973FF8. Grayscale: #919191. Windows color (decimal): -9912313 or 508008. OLE color: 508008.

HSL color Cylindrical-coordinate representation of color #68C007: hue angle of 88.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68C007 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1041927-
CMYK0.4600.960.25
HSL88.54º92.96%39.02%-
HSV(B)88.54º96.35%75.29%-
XYZ24.640.666.75-
YUV144.650.3599.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 192 (75.39% from 255) = 63.37%
BLUE value IS 7 (3.12% from 255) = 2.31%
R=34.32%
G=63.37%
B=2.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10419270.4600.960.2588.5492.9639.02
Hex68C072E06019595d27
Octal15030075601403113113547
Binary110100011000000111101110011000001100110110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,192,7); }

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

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

 a { background-color: rgb(104,192,7); }

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

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

 span { border-color: rgb(104,192,7); }

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