Html Css Color HEX #067C71 Pine Green

📋 copy color: '#067C71'

red 6 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #067C71

Tints of Pine Green #067C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.03%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 2.47%
G = 51.03%
B = 46.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#067C71 (or 0x067C71) is known color: Pine Green. HEX triplet: 06, 7C and 71. RGB value is (6,124,113). Sum of RGB (Red+Green+Blue) = 6+124+113=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #067C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C71 is #F9838E. Grayscale: #575757. Windows color (decimal): -16352143 or 7437318. OLE color: 7437318.

HSL color Cylindrical-coordinate representation of color #067C71: hue angle of 174.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C71 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 124 113 -
CMYK 0.95 0 0.09 0.51
HSL 174.41º 0.91% 0.25% -
HSV(B) 174.41º 0.95% 0.49% -
XYZ 10.26 15.65 18.1 -
YUV 87.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 6 124 113 0.95 0 0.09 0.51 174.41 0.91 0.25
Hex 6 7C 71 5F 0 9 33 AE 5B 19
Octal 6 174 161 137 0 11 63 256 133 31
Binary 110 1111100 1110001 1011111 0 1001 110011 10101110 1011011 11001

Color Harmonies of #067C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C71

Black with #067C71

Text Example


Text Example

White with #067C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,113); }

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

background-color css

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

 a { background-color: rgb(6,124,113); }

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

border-color css

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

 span { border-color: rgb(6,124,113); }

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