Html Css Color HEX #067068 Pine Green

📋 copy color: '#067068'

red 6 ◦ green 112 ◦ blue 104

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

Shades of Pine Green #067068

Tints of Pine Green #067068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.45%

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

R = 2.7%
G = 50.45%
B = 46.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#067068 (or 0x067068) is known color: Pine Green. HEX triplet: 06, 70 and 68. RGB value is (6,112,104). Sum of RGB (Red+Green+Blue) = 6+112+104=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #067068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067068 is #F98F97. Grayscale: #4F4F4F. Windows color (decimal): -16355224 or 6844422. OLE color: 6844422.

HSL color Cylindrical-coordinate representation of color #067068: hue angle of 175.47º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067068 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 104 -
CMYK 0.95 0 0.07 0.56
HSL 175.47º 0.9% 0.23% -
HSV(B) 175.47º 0.95% 0.44% -
XYZ 8.37 12.63 15.09 -
YUV 79.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 6 112 104 0.95 0 0.07 0.56 175.47 0.9 0.23
Hex 6 70 68 5F 0 7 38 AF 5A 17
Octal 6 160 150 137 0 7 70 257 132 27
Binary 110 1110000 1101000 1011111 0 111 111000 10101111 1011010 10111

Color Harmonies of #067068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067068

Black with #067068

Text Example


Text Example

White with #067068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067068; }

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

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

background-color css

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

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

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

border-color css

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

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

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