Html Css Color HEX #067A6E Pine Green

📋 copy color: '#067A6E'

red 6 ◦ green 122 ◦ blue 110

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

Shades of Pine Green #067A6E

Tints of Pine Green #067A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.26%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 2.52%
G = 51.26%
B = 46.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#067A6E (or 0x067A6E) is known color: Pine Green. HEX triplet: 06, 7A and 6E. RGB value is (6,122,110). Sum of RGB (Red+Green+Blue) = 6+122+110=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #067A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A6E is #F98591. Grayscale: #555555. Windows color (decimal): -16352658 or 7240198. OLE color: 7240198.

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

Color convert

RGB 6 122 110 -
CMYK 0.95 0 0.10 0.52
HSL 173.79º 0.91% 0.25% -
HSV(B) 173.79º 0.95% 0.48% -
XYZ 9.85 15.08 17.14 -
YUV 85.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 6 122 110 0.95 0 0.10 0.52 173.79 0.91 0.25
Hex 6 7A 6E 5F 0 A 34 AE 5B 19
Octal 6 172 156 137 0 12 64 256 133 31
Binary 110 1111010 1101110 1011111 0 1010 110100 10101110 1011011 11001

Color Harmonies of #067A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A6E

Black with #067A6E

Text Example


Text Example

White with #067A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,122,110); }

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

background-color css

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

 a { background-color: rgb(6,122,110); }

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

border-color css

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

 span { border-color: rgb(6,122,110); }

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