Html Css Color HEX #068062 Tropical Rain Forest

📋 copy color: '#068062'

red 6 ◦ green 128 ◦ blue 98

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

Shades of Tropical Rain Forest #068062

Tints of Tropical Rain Forest #068062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 2.59%
G = 55.17%
B = 42.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#068062 (or 0x068062) is known color: Tropical Rain Forest. HEX triplet: 06, 80 and 62. RGB value is (6,128,98). Sum of RGB (Red+Green+Blue) = 6+128+98=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #068062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068062 is #F97F9D. Grayscale: #585858. Windows color (decimal): -16351134 or 6455302. OLE color: 6455302.

HSL color Cylindrical-coordinate representation of color #068062: hue angle of 165.25º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068062 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 128 98 -
CMYK 0.95 0 0.23 0.50
HSL 165.25º 0.91% 0.26% -
HSV(B) 165.25º 0.95% 0.5% -
XYZ 10 16.36 14.19 -
YUV 88.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 6 128 98 0.95 0 0.23 0.50 165.25 0.91 0.26
Hex 6 80 62 5F 0 17 32 A5 5B 1A
Octal 6 200 142 137 0 27 62 245 133 32
Binary 110 10000000 1100010 1011111 0 10111 110010 10100101 1011011 11010

Color Harmonies of #068062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068062

Black with #068062

Text Example


Text Example

White with #068062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068062; }

 p { color: rgb(6,128,98); }

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

background-color css

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

 a { background-color: rgb(6,128,98); }

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

border-color css

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

 span { border-color: rgb(6,128,98); }

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