Html Css Color HEX #007D64 Tropical Rain Forest

📋 copy color: '#007D64'

red 0 ◦ green 125 ◦ blue 100

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

Shades of Tropical Rain Forest #007D64

Tints of Tropical Rain Forest #007D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.56%

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#007D64 (or 0x007D64) is known color: Tropical Rain Forest. HEX triplet: 00, 7D and 64. RGB value is (0,125,100). Sum of RGB (Red+Green+Blue) = 0+125+100=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #007D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D64 is #FF829B. Grayscale: #545454. Windows color (decimal): -16745116 or 6585600. OLE color: 6585600.

HSL color Cylindrical-coordinate representation of color #007D64: hue angle of 168º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D64 is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 125 100 -
CMYK 1 0 0.2 0.51
HSL 168º 1% 0.25% -
HSV(B) 168º 1% 0.49% -
XYZ 9.63 15.59 14.56 -
YUV 84.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 0 125 100 1 0 0.2 0.51 168 1 0.25
Hex 0 7D 64 64 0 14 33 A8 64 19
Octal 0 175 144 144 0 24 63 250 144 31
Binary 0 1111101 1100100 1100100 0 10100 110011 10101000 1100100 11001

Color Harmonies of #007D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D64

Black with #007D64

Text Example


Text Example

White with #007D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D64; }

 p { color: rgb(0,125,100); }

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

background-color css

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

 a { background-color: rgb(0,125,100); }

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

border-color css

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

 span { border-color: rgb(0,125,100); }

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