Html Css Color HEX #068360 Tropical Rain Forest

📋 copy color: '#068360'

red 6 ◦ green 131 ◦ blue 96

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

Shades of Tropical Rain Forest #068360

Tints of Tropical Rain Forest #068360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 2.58%
G = 56.22%
B = 41.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#068360 (or 0x068360) is known color: Tropical Rain Forest. HEX triplet: 06, 83 and 60. RGB value is (6,131,96). Sum of RGB (Red+Green+Blue) = 6+131+96=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #068360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068360 is #F97C9F. Grayscale: #595959. Windows color (decimal): -16350368 or 6324998. OLE color: 6324998.

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

Color convert

RGB 6 131 96 -
CMYK 0.95 0 0.27 0.49
HSL 163.2º 0.91% 0.27% -
HSV(B) 163.2º 0.95% 0.51% -
XYZ 10.3 17.12 13.83 -
YUV 89.64 131.59 68.35 -
System Red Green Blue C M Y K H S L
Decimal 6 131 96 0.95 0 0.27 0.49 163.2 0.91 0.27
Hex 6 83 60 5F 0 1B 31 A3 5B 1B
Octal 6 203 140 137 0 33 61 243 133 33
Binary 110 10000011 1100000 1011111 0 11011 110001 10100011 1011011 11011

Color Harmonies of #068360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068360

Black with #068360

Text Example


Text Example

White with #068360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068360; }

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

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

background-color css

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

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

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

border-color css

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

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

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