Html Css Color HEX #07776B Pine Green

📋 copy color: '#07776B'

red 7 ◦ green 119 ◦ blue 107

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

Shades of Pine Green #07776B

Tints of Pine Green #07776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.07%

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 3%
G = 51.07%
B = 45.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#07776B (or 0x07776B) is known color: Pine Green. HEX triplet: 07, 77 and 6B. RGB value is (7,119,107). Sum of RGB (Red+Green+Blue) = 7+119+107=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #07776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07776B is #F88894. Grayscale: #545454. Windows color (decimal): -16287893 or 7042823. OLE color: 7042823.

HSL color Cylindrical-coordinate representation of color #07776B: hue angle of 173.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07776B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 107 -
CMYK 0.94 0 0.10 0.53
HSL 173.57º 0.89% 0.25% -
HSV(B) 173.57º 0.94% 0.47% -
XYZ 9.34 14.3 16.18 -
YUV 84.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 7 119 107 0.94 0 0.10 0.53 173.57 0.89 0.25
Hex 7 77 6B 5E 0 A 35 AE 59 19
Octal 7 167 153 136 0 12 65 256 131 31
Binary 111 1110111 1101011 1011110 0 1010 110101 10101110 1011001 11001

Color Harmonies of #07776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07776B

Black with #07776B

Text Example


Text Example

White with #07776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07776B; }

 p { color: rgb(7,119,107); }

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

background-color css

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

 a { background-color: rgb(7,119,107); }

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

border-color css

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

 span { border-color: rgb(7,119,107); }

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