Html Css Color HEX #007065 Tropical Rain Forest

📋 copy color: '#007065'

red 0 ◦ green 112 ◦ blue 101

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

Shades of Tropical Rain Forest #007065

Tints of Tropical Rain Forest #007065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.58%

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 0%
G = 52.58%
B = 47.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#007065 (or 0x007065) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 65. RGB value is (0,112,101). Sum of RGB (Red+Green+Blue) = 0+112+101=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #007065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007065 is #FF8F9A. Grayscale: #4D4D4D. Windows color (decimal): -16748443 or 6647808. OLE color: 6647808.

HSL color Cylindrical-coordinate representation of color #007065: hue angle of 174.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007065 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 101 -
CMYK 1 0 0.10 0.56
HSL 174.11º 1% 0.22% -
HSV(B) 174.11º 1% 0.44% -
XYZ 8.14 12.53 14.3 -
YUV 77.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 0 112 101 1 0 0.10 0.56 174.11 1 0.22
Hex 0 70 65 64 0 A 38 AE 64 16
Octal 0 160 145 144 0 12 70 256 144 26
Binary 0 1110000 1100101 1100100 0 1010 111000 10101110 1100100 10110

Color Harmonies of #007065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007065

Black with #007065

Text Example


Text Example

White with #007065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007065; }

 p { color: rgb(0,112,101); }

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

background-color css

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

 a { background-color: rgb(0,112,101); }

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

border-color css

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

 span { border-color: rgb(0,112,101); }

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