Html Css Color HEX #068C55 Shamrock Green

📋 copy color: '#068C55'

red 6 ◦ green 140 ◦ blue 85

#068C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #068C55

Tints of Shamrock Green #068C55

RGB

 RED value IS 6 (2.73% from 255) = 2.6%

 GREEN value IS 140 (55.08% from 255) = 60.61%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 2.6%
G = 60.61%
B = 36.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#068C55 (or 0x068C55) is known color: Shamrock Green. HEX triplet: 06, 8C and 55. RGB value is (6,140,85). Sum of RGB (Red+Green+Blue) = 6+140+85=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #068C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C55 is #F973AA. Grayscale: #5D5D5D. Windows color (decimal): -16348075 or 5606406. OLE color: 5606406.

HSL color Cylindrical-coordinate representation of color #068C55: hue angle of 155.37º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C55 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 85 -
CMYK 0.96 0 0.39 0.45
HSL 155.37º 0.92% 0.29% -
HSV(B) 155.37º 0.96% 0.55% -
XYZ 11.09 19.45 11.76 -
YUV 93.66 123.11 65.47 -
System Red Green Blue C M Y K H S L
Decimal 6 140 85 0.96 0 0.39 0.45 155.37 0.92 0.29
Hex 6 8C 55 60 0 27 2D 9B 5C 1D
Octal 6 214 125 140 0 47 55 233 134 35
Binary 110 10001100 1010101 1100000 0 100111 101101 10011011 1011100 11101

Color Harmonies of #068C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C55

Black with #068C55

Text Example


Text Example

White with #068C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068C55; }

 p { color: rgb(6,140,85); }

 H1.HeaderClassName
 {
   color: #068C55;
 }
 .AnyTagClassName
 {
   color: #068C55;
 }
</style>

background-color css

<style>
 a { background-color: #068C55; }

 a { background-color: rgb(6,140,85); }

 div.DivClassName
 {
   background-color: #068C55;
 }
 .BgClassName
 {
   background-color: #068C55;
 }
</style>

border-color css

<style>
 span { border-color: #068C55; }

 span { border-color: rgb(6,140,85); }

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