Html Css Color HEX #067470 Pine Green

📋 copy color: '#067470'

red 6 ◦ green 116 ◦ blue 112

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

Shades of Pine Green #067470

Tints of Pine Green #067470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 2.56%
G = 49.57%
B = 47.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#067470 (or 0x067470) is known color: Pine Green. HEX triplet: 06, 74 and 70. RGB value is (6,116,112). Sum of RGB (Red+Green+Blue) = 6+116+112=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #067470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067470 is #F98B8F. Grayscale: #525252. Windows color (decimal): -16354192 or 7369734. OLE color: 7369734.

HSL color Cylindrical-coordinate representation of color #067470: hue angle of 177.82º 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 #067470 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 112 -
CMYK 0.95 0 0.03 0.55
HSL 177.82º 0.9% 0.24% -
HSV(B) 177.82º 0.95% 0.45% -
XYZ 9.25 13.7 17.49 -
YUV 82.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 6 116 112 0.95 0 0.03 0.55 177.82 0.9 0.24
Hex 6 74 70 5F 0 3 37 B2 5A 18
Octal 6 164 160 137 0 3 67 262 132 30
Binary 110 1110100 1110000 1011111 0 11 110111 10110010 1011010 11000

Color Harmonies of #067470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067470

Black with #067470

Text Example


Text Example

White with #067470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067470; }

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

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

background-color css

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

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

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

border-color css

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

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

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