Html Css Color HEX #068362 Tropical Rain Forest

📋 copy color: '#068362'

red 6 ◦ green 131 ◦ blue 98

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

Shades of Tropical Rain Forest #068362

Tints of Tropical Rain Forest #068362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.74%

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

R = 2.55%
G = 55.74%
B = 41.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#068362 (or 0x068362) is known color: Tropical Rain Forest. HEX triplet: 06, 83 and 62. RGB value is (6,131,98). Sum of RGB (Red+Green+Blue) = 6+131+98=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #068362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068362 is #F97C9D. Grayscale: #595959. Windows color (decimal): -16350366 or 6456070. OLE color: 6456070.

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

Color convert

RGB 6 131 98 -
CMYK 0.95 0 0.25 0.49
HSL 164.16º 0.91% 0.27% -
HSV(B) 164.16º 0.95% 0.51% -
XYZ 10.4 17.15 14.32 -
YUV 89.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 6 131 98 0.95 0 0.25 0.49 164.16 0.91 0.27
Hex 6 83 62 5F 0 19 31 A4 5B 1B
Octal 6 203 142 137 0 31 61 244 133 33
Binary 110 10000011 1100010 1011111 0 11001 110001 10100100 1011011 11011

Color Harmonies of #068362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068362

Black with #068362

Text Example


Text Example

White with #068362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068362; }

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

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

background-color css

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

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

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

border-color css

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

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

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