Html Css Color HEX #067F6F Pine Green

📋 copy color: '#067F6F'

red 6 ◦ green 127 ◦ blue 111

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

Shades of Pine Green #067F6F

Tints of Pine Green #067F6F

RGB

 RED value IS 6 (2.73% from 255) = 2.46%

 GREEN value IS 127 (50% from 255) = 52.05%

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

R = 2.46%
G = 52.05%
B = 45.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#067F6F (or 0x067F6F) is known color: Pine Green. HEX triplet: 06, 7F and 6F. RGB value is (6,127,111). Sum of RGB (Red+Green+Blue) = 6+127+111=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #067F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F6F is #F98090. Grayscale: #585858. Windows color (decimal): -16351377 or 7307014. OLE color: 7307014.

HSL color Cylindrical-coordinate representation of color #067F6F: hue angle of 172.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F6F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 127 111 -
CMYK 0.95 0 0.13 0.50
HSL 172.07º 0.91% 0.26% -
HSV(B) 172.07º 0.95% 0.5% -
XYZ 10.53 16.37 17.64 -
YUV 89 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 6 127 111 0.95 0 0.13 0.50 172.07 0.91 0.26
Hex 6 7F 6F 5F 0 D 32 AC 5B 1A
Octal 6 177 157 137 0 15 62 254 133 32
Binary 110 1111111 1101111 1011111 0 1101 110010 10101100 1011011 11010

Color Harmonies of #067F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F6F

Black with #067F6F

Text Example


Text Example

White with #067F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067F6F; }

 p { color: rgb(6,127,111); }

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

background-color css

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

 a { background-color: rgb(6,127,111); }

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

border-color css

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

 span { border-color: rgb(6,127,111); }

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