Html Css Color HEX #077469 Pine Green

📋 copy color: '#077469'

red 7 ◦ green 116 ◦ blue 105

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

Shades of Pine Green #077469

Tints of Pine Green #077469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 3.07%
G = 50.88%
B = 46.05%

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

#077469 (or 0x077469) is known color: Pine Green. HEX triplet: 07, 74 and 69. RGB value is (7,116,105). Sum of RGB (Red+Green+Blue) = 7+116+105=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #077469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077469 is #F88B96. Grayscale: #525252. Windows color (decimal): -16288663 or 6910983. OLE color: 6910983.

HSL color Cylindrical-coordinate representation of color #077469: hue angle of 173.94º degrees, saturation: 0.89, 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 #077469 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 105 -
CMYK 0.94 0 0.09 0.55
HSL 173.95º 0.89% 0.24% -
HSV(B) 173.95º 0.94% 0.45% -
XYZ 8.88 13.56 15.51 -
YUV 82.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 7 116 105 0.94 0 0.09 0.55 173.95 0.89 0.24
Hex 7 74 69 5E 0 9 37 AE 59 18
Octal 7 164 151 136 0 11 67 256 131 30
Binary 111 1110100 1101001 1011110 0 1001 110111 10101110 1011001 11000

Color Harmonies of #077469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077469

Black with #077469

Text Example


Text Example

White with #077469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077469; }

 p { color: rgb(7,116,105); }

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

background-color css

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

 a { background-color: rgb(7,116,105); }

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

border-color css

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

 span { border-color: rgb(7,116,105); }

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