Html Css Color HEX #066B5E Tropical Rain Forest

📋 copy color: '#066B5E'

red 6 ◦ green 107 ◦ blue 94

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

Shades of Tropical Rain Forest #066B5E

Tints of Tropical Rain Forest #066B5E

RGB

 RED value IS 6 (2.73% from 255) = 2.9%

 GREEN value IS 107 (42.19% from 255) = 51.69%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 2.9%
G = 51.69%
B = 45.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#066B5E (or 0x066B5E) is known color: Tropical Rain Forest. HEX triplet: 06, 6B and 5E. RGB value is (6,107,94). Sum of RGB (Red+Green+Blue) = 6+107+94=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #066B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B5E is #F994A1. Grayscale: #4B4B4B. Windows color (decimal): -16356514 or 6187782. OLE color: 6187782.

HSL color Cylindrical-coordinate representation of color #066B5E: hue angle of 172.28º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B5E is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 107 94 -
CMYK 0.94 0 0.12 0.58
HSL 172.28º 0.89% 0.22% -
HSV(B) 172.28º 0.94% 0.42% -
XYZ 7.35 11.36 12.4 -
YUV 75.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 6 107 94 0.94 0 0.12 0.58 172.28 0.89 0.22
Hex 6 6B 5E 5E 0 C 3A AC 59 16
Octal 6 153 136 136 0 14 72 254 131 26
Binary 110 1101011 1011110 1011110 0 1100 111010 10101100 1011001 10110

Color Harmonies of #066B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B5E

Black with #066B5E

Text Example


Text Example

White with #066B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066B5E; }

 p { color: rgb(6,107,94); }

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

background-color css

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

 a { background-color: rgb(6,107,94); }

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

border-color css

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

 span { border-color: rgb(6,107,94); }

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