Html Css Color HEX #077268 Pine Green

📋 copy color: '#077268'

red 7 ◦ green 114 ◦ blue 104

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

Shades of Pine Green #077268

Tints of Pine Green #077268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

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

R = 3.11%
G = 50.67%
B = 46.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#077268 (or 0x077268) is known color: Pine Green. HEX triplet: 07, 72 and 68. RGB value is (7,114,104). Sum of RGB (Red+Green+Blue) = 7+114+104=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #077268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077268 is #F88D97. Grayscale: #505050. Windows color (decimal): -16289176 or 6844935. OLE color: 6844935.

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

Color convert

RGB 7 114 104 -
CMYK 0.94 0 0.09 0.55
HSL 174.39º 0.88% 0.24% -
HSV(B) 174.39º 0.94% 0.45% -
XYZ 8.6 13.08 15.17 -
YUV 80.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 7 114 104 0.94 0 0.09 0.55 174.39 0.88 0.24
Hex 7 72 68 5E 0 9 37 AE 58 18
Octal 7 162 150 136 0 11 67 256 130 30
Binary 111 1110010 1101000 1011110 0 1001 110111 10101110 1011000 11000

Color Harmonies of #077268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077268

Black with #077268

Text Example


Text Example

White with #077268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077268; }

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

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

background-color css

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

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

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

border-color css

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

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

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