Html Css Color HEX #067C6B Pine Green

📋 copy color: '#067C6B'

red 6 ◦ green 124 ◦ blue 107

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

Shades of Pine Green #067C6B

Tints of Pine Green #067C6B

RGB

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

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

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

R = 2.53%
G = 52.32%
B = 45.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#067C6B (or 0x067C6B) is known color: Pine Green. HEX triplet: 06, 7C and 6B. RGB value is (6,124,107). Sum of RGB (Red+Green+Blue) = 6+124+107=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #067C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C6B is #F98394. Grayscale: #565656. Windows color (decimal): -16352149 or 7044102. OLE color: 7044102.

HSL color Cylindrical-coordinate representation of color #067C6B: hue angle of 171.36º 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 #067C6B is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 124 107 -
CMYK 0.95 0 0.14 0.51
HSL 171.36º 0.91% 0.25% -
HSV(B) 171.36º 0.95% 0.49% -
XYZ 9.94 15.52 16.38 -
YUV 86.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 6 124 107 0.95 0 0.14 0.51 171.36 0.91 0.25
Hex 6 7C 6B 5F 0 E 33 AB 5B 19
Octal 6 174 153 137 0 16 63 253 133 31
Binary 110 1111100 1101011 1011111 0 1110 110011 10101011 1011011 11001

Color Harmonies of #067C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C6B

Black with #067C6B

Text Example


Text Example

White with #067C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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