Html Css Color HEX #076B68 Pine Green

📋 copy color: '#076B68'

red 7 ◦ green 107 ◦ blue 104

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

Shades of Pine Green #076B68

Tints of Pine Green #076B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.08%

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

R = 3.21%
G = 49.08%
B = 47.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#076B68 (or 0x076B68) is known color: Pine Green. HEX triplet: 07, 6B and 68. RGB value is (7,107,104). Sum of RGB (Red+Green+Blue) = 7+107+104=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #076B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B68 is #F89497. Grayscale: #4C4C4C. Windows color (decimal): -16290968 or 6843143. OLE color: 6843143.

HSL color Cylindrical-coordinate representation of color #076B68: hue angle of 178.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B68 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 104 -
CMYK 0.93 0 0.03 0.58
HSL 178.2º 0.88% 0.22% -
HSV(B) 178.2º 0.93% 0.42% -
XYZ 7.84 11.56 14.91 -
YUV 76.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 7 107 104 0.93 0 0.03 0.58 178.2 0.88 0.22
Hex 7 6B 68 5D 0 3 3A B2 58 16
Octal 7 153 150 135 0 3 72 262 130 26
Binary 111 1101011 1101000 1011101 0 11 111010 10110010 1011000 10110

Color Harmonies of #076B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B68

Black with #076B68

Text Example


Text Example

White with #076B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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