Html Css Color HEX #077B6B Pine Green

📋 copy color: '#077B6B'

red 7 ◦ green 123 ◦ blue 107

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

Shades of Pine Green #077B6B

Tints of Pine Green #077B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.9%

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

R = 2.95%
G = 51.9%
B = 45.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#077B6B (or 0x077B6B) is known color: Pine Green. HEX triplet: 07, 7B and 6B. RGB value is (7,123,107). Sum of RGB (Red+Green+Blue) = 7+123+107=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #077B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B6B is #F88494. Grayscale: #565656. Windows color (decimal): -16286869 or 7043847. OLE color: 7043847.

HSL color Cylindrical-coordinate representation of color #077B6B: hue angle of 171.72º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B6B is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 123 107 -
CMYK 0.94 0 0.13 0.52
HSL 171.72º 0.89% 0.25% -
HSV(B) 171.72º 0.94% 0.48% -
XYZ 9.82 15.27 16.34 -
YUV 86.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 7 123 107 0.94 0 0.13 0.52 171.72 0.89 0.25
Hex 7 7B 6B 5E 0 D 34 AC 59 19
Octal 7 173 153 136 0 15 64 254 131 31
Binary 111 1111011 1101011 1011110 0 1101 110100 10101100 1011001 11001

Color Harmonies of #077B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B6B

Black with #077B6B

Text Example


Text Example

White with #077B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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