Html Css Color HEX #067468 Pine Green

📋 copy color: '#067468'

red 6 ◦ green 116 ◦ blue 104

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

Shades of Pine Green #067468

Tints of Pine Green #067468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

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

R = 2.65%
G = 51.33%
B = 46.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#067468 (or 0x067468) is known color: Pine Green. HEX triplet: 06, 74 and 68. RGB value is (6,116,104). Sum of RGB (Red+Green+Blue) = 6+116+104=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #067468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067468 is #F98B97. Grayscale: #515151. Windows color (decimal): -16354200 or 6845446. OLE color: 6845446.

HSL color Cylindrical-coordinate representation of color #067468: hue angle of 173.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067468 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 104 -
CMYK 0.95 0 0.10 0.55
HSL 173.45º 0.9% 0.24% -
HSV(B) 173.45º 0.95% 0.45% -
XYZ 8.82 13.53 15.24 -
YUV 81.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 6 116 104 0.95 0 0.10 0.55 173.45 0.9 0.24
Hex 6 74 68 5F 0 A 37 AD 5A 18
Octal 6 164 150 137 0 12 67 255 132 30
Binary 110 1110100 1101000 1011111 0 1010 110111 10101101 1011010 11000

Color Harmonies of #067468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067468

Black with #067468

Text Example


Text Example

White with #067468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067468; }

 p { color: rgb(6,116,104); }

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

background-color css

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

 a { background-color: rgb(6,116,104); }

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

border-color css

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

 span { border-color: rgb(6,116,104); }

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