Html Css Color HEX #068063 Tropical Rain Forest

📋 copy color: '#068063'

red 6 ◦ green 128 ◦ blue 99

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

Shades of Tropical Rain Forest #068063

Tints of Tropical Rain Forest #068063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 2.58%
G = 54.94%
B = 42.49%

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

#068063 (or 0x068063) is known color: Tropical Rain Forest. HEX triplet: 06, 80 and 63. RGB value is (6,128,99). Sum of RGB (Red+Green+Blue) = 6+128+99=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #068063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068063 is #F97F9C. Grayscale: #585858. Windows color (decimal): -16351133 or 6520838. OLE color: 6520838.

HSL color Cylindrical-coordinate representation of color #068063: hue angle of 165.74º 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 #068063 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 128 99 -
CMYK 0.95 0 0.23 0.50
HSL 165.74º 0.91% 0.26% -
HSV(B) 165.74º 0.95% 0.5% -
XYZ 10.05 16.38 14.44 -
YUV 88.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 6 128 99 0.95 0 0.23 0.50 165.74 0.91 0.26
Hex 6 80 63 5F 0 17 32 A6 5B 1A
Octal 6 200 143 137 0 27 62 246 133 32
Binary 110 10000000 1100011 1011111 0 10111 110010 10100110 1011011 11010

Color Harmonies of #068063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068063

Black with #068063

Text Example


Text Example

White with #068063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068063; }

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

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

background-color css

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

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

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

border-color css

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

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

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