Html Css Color HEX #007768 Pine Green

📋 copy color: '#007768'

red 0 ◦ green 119 ◦ blue 104

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

Shades of Pine Green #007768

Tints of Pine Green #007768

RGB

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

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

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

R = 0%
G = 53.36%
B = 46.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#007768 (or 0x007768) is known color: Pine Green. HEX triplet: 00, 77 and 68. RGB value is (0,119,104). Sum of RGB (Red+Green+Blue) = 0+119+104=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #007768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007768 is #FF8897. Grayscale: #515151. Windows color (decimal): -16746648 or 6846208. OLE color: 6846208.

HSL color Cylindrical-coordinate representation of color #007768: hue angle of 172.44º 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 #007768 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 104 -
CMYK 1 0 0.13 0.53
HSL 172.44º 1% 0.23% -
HSV(B) 172.44º 1% 0.47% -
XYZ 9.1 14.19 15.36 -
YUV 81.71 140.58 69.72 -
System Red Green Blue C M Y K H S L
Decimal 0 119 104 1 0 0.13 0.53 172.44 1 0.23
Hex 0 77 68 64 0 D 35 AC 64 17
Octal 0 167 150 144 0 15 65 254 144 27
Binary 0 1110111 1101000 1100100 0 1101 110101 10101100 1100100 10111

Color Harmonies of #007768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007768

Black with #007768

Text Example


Text Example

White with #007768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007768; }

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

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

background-color css

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

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

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

border-color css

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

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

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