Html Css Color HEX #068256 Tropical Rain Forest

📋 copy color: '#068256'

red 6 ◦ green 130 ◦ blue 86

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

Shades of Tropical Rain Forest #068256

Tints of Tropical Rain Forest #068256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 2.7%
G = 58.56%
B = 38.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#068256 (or 0x068256) is known color: Tropical Rain Forest. HEX triplet: 06, 82 and 56. RGB value is (6,130,86). Sum of RGB (Red+Green+Blue) = 6+130+86=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #068256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068256 is #F97DA9. Grayscale: #575757. Windows color (decimal): -16350634 or 5669382. OLE color: 5669382.

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

Color convert

RGB 6 130 86 -
CMYK 0.95 0 0.34 0.49
HSL 158.71º 0.91% 0.27% -
HSV(B) 158.71º 0.95% 0.51% -
XYZ 9.74 16.68 11.51 -
YUV 87.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 6 130 86 0.95 0 0.34 0.49 158.71 0.91 0.27
Hex 6 82 56 5F 0 22 31 9F 5B 1B
Octal 6 202 126 137 0 42 61 237 133 33
Binary 110 10000010 1010110 1011111 0 100010 110001 10011111 1011011 11011

Color Harmonies of #068256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068256

Black with #068256

Text Example


Text Example

White with #068256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068256; }

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

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

background-color css

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

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

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

border-color css

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

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

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