Html Css Color HEX #077168 Pine Green

📋 copy color: '#077168'

red 7 ◦ green 113 ◦ blue 104

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

Shades of Pine Green #077168

Tints of Pine Green #077168

RGB

 RED value IS 7 (3.13% from 255) = 3.13%

 GREEN value IS 113 (44.53% from 255) = 50.45%

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

R = 3.13%
G = 50.45%
B = 46.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#077168 (or 0x077168) is known color: Pine Green. HEX triplet: 07, 71 and 68. RGB value is (7,113,104). Sum of RGB (Red+Green+Blue) = 7+113+104=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #077168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077168 is #F88E97. Grayscale: #505050. Windows color (decimal): -16289432 or 6844679. OLE color: 6844679.

HSL color Cylindrical-coordinate representation of color #077168: hue angle of 174.91º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077168 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 104 -
CMYK 0.94 0 0.08 0.56
HSL 174.91º 0.88% 0.24% -
HSV(B) 174.91º 0.94% 0.44% -
XYZ 8.49 12.85 15.13 -
YUV 80.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 7 113 104 0.94 0 0.08 0.56 174.91 0.88 0.24
Hex 7 71 68 5E 0 8 38 AF 58 18
Octal 7 161 150 136 0 10 70 257 130 30
Binary 111 1110001 1101000 1011110 0 1000 111000 10101111 1011000 11000

Color Harmonies of #077168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077168

Black with #077168

Text Example


Text Example

White with #077168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077168; }

 p { color: rgb(7,113,104); }

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

background-color css

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

 a { background-color: rgb(7,113,104); }

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

border-color css

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

 span { border-color: rgb(7,113,104); }

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