Html Css Color HEX #00756F Pine Green

📋 copy color: '#00756F'

red 0 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #00756F

Tints of Pine Green #00756F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 117 (46.09% from 255) = 51.32%

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 0%
G = 51.32%
B = 48.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#00756F (or 0x00756F) is known color: Pine Green. HEX triplet: 00, 75 and 6F. RGB value is (0,117,111). Sum of RGB (Red+Green+Blue) = 0+117+111=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #00756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00756F is #FF8A90. Grayscale: #515151. Windows color (decimal): -16747153 or 7304448. OLE color: 7304448.

HSL color Cylindrical-coordinate representation of color #00756F: hue angle of 176.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00756F is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 111 -
CMYK 1 0 0.05 0.54
HSL 176.92º 1% 0.23% -
HSV(B) 176.92º 1% 0.46% -
XYZ 9.23 13.87 17.23 -
YUV 81.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 0 117 111 1 0 0.05 0.54 176.92 1 0.23
Hex 0 75 6F 64 0 5 36 B1 64 17
Octal 0 165 157 144 0 5 66 261 144 27
Binary 0 1110101 1101111 1100100 0 101 110110 10110001 1100100 10111

Color Harmonies of #00756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00756F

Black with #00756F

Text Example


Text Example

White with #00756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00756F; }

 p { color: rgb(0,117,111); }

 H1.HeaderClassName
 {
   color: #00756F;
 }
 .AnyTagClassName
 {
   color: #00756F;
 }
</style>

background-color css

<style>
 a { background-color: #00756F; }

 a { background-color: rgb(0,117,111); }

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

border-color css

<style>
 span { border-color: #00756F; }

 span { border-color: rgb(0,117,111); }

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