Html Css Color HEX #05746C Pine Green

📋 copy color: '#05746C'

red 5 ◦ green 116 ◦ blue 108

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

Shades of Pine Green #05746C

Tints of Pine Green #05746C

RGB

 RED value IS 5 (2.34% from 255) = 2.18%

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 2.18%
G = 50.66%
B = 47.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#05746C (or 0x05746C) is known color: Pine Green. HEX triplet: 05, 74 and 6C. RGB value is (5,116,108). Sum of RGB (Red+Green+Blue) = 5+116+108=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #05746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05746C is #FA8B93. Grayscale: #515151. Windows color (decimal): -16419732 or 7107589. OLE color: 7107589.

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

Color convert

RGB 5 116 108 -
CMYK 0.96 0 0.07 0.55
HSL 175.68º 0.92% 0.24% -
HSV(B) 175.68º 0.96% 0.45% -
XYZ 9.01 13.61 16.34 -
YUV 81.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 5 116 108 0.96 0 0.07 0.55 175.68 0.92 0.24
Hex 5 74 6C 60 0 7 37 B0 5C 18
Octal 5 164 154 140 0 7 67 260 134 30
Binary 101 1110100 1101100 1100000 0 111 110111 10110000 1011100 11000

Color Harmonies of #05746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05746C

Black with #05746C

Text Example


Text Example

White with #05746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05746C; }

 p { color: rgb(5,116,108); }

 H1.HeaderClassName
 {
   color: #05746C;
 }
 .AnyTagClassName
 {
   color: #05746C;
 }
</style>

background-color css

<style>
 a { background-color: #05746C; }

 a { background-color: rgb(5,116,108); }

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

border-color css

<style>
 span { border-color: #05746C; }

 span { border-color: rgb(5,116,108); }

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