Html Css Color HEX #077568 Pine Green

📋 copy color: '#077568'

red 7 ◦ green 117 ◦ blue 104

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

Shades of Pine Green #077568

Tints of Pine Green #077568

RGB

 RED value IS 7 (3.13% from 255) = 3.07%

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

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 3.07%
G = 51.32%
B = 45.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#077568 (or 0x077568) is known color: Pine Green. HEX triplet: 07, 75 and 68. RGB value is (7,117,104). Sum of RGB (Red+Green+Blue) = 7+117+104=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #077568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077568 is #F88A97. Grayscale: #525252. Windows color (decimal): -16288408 or 6845703. OLE color: 6845703.

HSL color Cylindrical-coordinate representation of color #077568: hue angle of 172.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077568 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 117 104 -
CMYK 0.94 0 0.11 0.54
HSL 172.91º 0.89% 0.24% -
HSV(B) 172.91º 0.94% 0.46% -
XYZ 8.95 13.77 15.28 -
YUV 82.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 7 117 104 0.94 0 0.11 0.54 172.91 0.89 0.24
Hex 7 75 68 5E 0 B 36 AD 59 18
Octal 7 165 150 136 0 13 66 255 131 30
Binary 111 1110101 1101000 1011110 0 1011 110110 10101101 1011001 11000

Color Harmonies of #077568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077568

Black with #077568

Text Example


Text Example

White with #077568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077568; }

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

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

background-color css

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

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

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

border-color css

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

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

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