Html Css Color HEX #068263 Tropical Rain Forest

📋 copy color: '#068263'

red 6 ◦ green 130 ◦ blue 99

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

Shades of Tropical Rain Forest #068263

Tints of Tropical Rain Forest #068263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 2.55%
G = 55.32%
B = 42.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#068263 (or 0x068263) is known color: Tropical Rain Forest. HEX triplet: 06, 82 and 63. RGB value is (6,130,99). Sum of RGB (Red+Green+Blue) = 6+130+99=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #068263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068263 is #F97D9C. Grayscale: #595959. Windows color (decimal): -16350621 or 6521350. OLE color: 6521350.

HSL color Cylindrical-coordinate representation of color #068263: hue angle of 165º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068263 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 99 -
CMYK 0.95 0 0.24 0.49
HSL 165º 0.91% 0.27% -
HSV(B) 165º 0.95% 0.51% -
XYZ 10.31 16.9 14.52 -
YUV 89.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 6 130 99 0.95 0 0.24 0.49 165 0.91 0.27
Hex 6 82 63 5F 0 18 31 A5 5B 1B
Octal 6 202 143 137 0 30 61 245 133 33
Binary 110 10000010 1100011 1011111 0 11000 110001 10100101 1011011 11011

Color Harmonies of #068263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068263

Black with #068263

Text Example


Text Example

White with #068263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068263; }

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

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

background-color css

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

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

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

border-color css

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

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

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