Html Css Color HEX #007769 Pine Green

📋 copy color: '#007769'

red 0 ◦ green 119 ◦ blue 105

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

Shades of Pine Green #007769

Tints of Pine Green #007769

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 0%
G = 53.13%
B = 46.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#007769 (or 0x007769) is known color: Pine Green. HEX triplet: 00, 77 and 69. RGB value is (0,119,105). Sum of RGB (Red+Green+Blue) = 0+119+105=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #007769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007769 is #FF8896. Grayscale: #515151. Windows color (decimal): -16746647 or 6911744. OLE color: 6911744.

HSL color Cylindrical-coordinate representation of color #007769: hue angle of 172.94º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007769 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 105 -
CMYK 1 0 0.12 0.53
HSL 172.94º 1% 0.23% -
HSV(B) 172.94º 1% 0.47% -
XYZ 9.15 14.21 15.63 -
YUV 81.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 0 119 105 1 0 0.12 0.53 172.94 1 0.23
Hex 0 77 69 64 0 C 35 AD 64 17
Octal 0 167 151 144 0 14 65 255 144 27
Binary 0 1110111 1101001 1100100 0 1100 110101 10101101 1100100 10111

Color Harmonies of #007769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007769

Black with #007769

Text Example


Text Example

White with #007769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007769; }

 p { color: rgb(0,119,105); }

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

background-color css

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

 a { background-color: rgb(0,119,105); }

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

border-color css

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

 span { border-color: rgb(0,119,105); }

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