Html Css Color HEX #068262 Tropical Rain Forest

📋 copy color: '#068262'

red 6 ◦ green 130 ◦ blue 98

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

Shades of Tropical Rain Forest #068262

Tints of Tropical Rain Forest #068262

RGB

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

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

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

R = 2.56%
G = 55.56%
B = 41.88%

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

#068262 (or 0x068262) is known color: Tropical Rain Forest. HEX triplet: 06, 82 and 62. RGB value is (6,130,98). Sum of RGB (Red+Green+Blue) = 6+130+98=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #068262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068262 is #F97D9D. Grayscale: #595959. Windows color (decimal): -16350622 or 6455814. OLE color: 6455814.

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

Color convert

RGB 6 130 98 -
CMYK 0.95 0 0.25 0.49
HSL 164.52º 0.91% 0.27% -
HSV(B) 164.52º 0.95% 0.51% -
XYZ 10.26 16.89 14.27 -
YUV 89.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 6 130 98 0.95 0 0.25 0.49 164.52 0.91 0.27
Hex 6 82 62 5F 0 19 31 A5 5B 1B
Octal 6 202 142 137 0 31 61 245 133 33
Binary 110 10000010 1100010 1011111 0 11001 110001 10100101 1011011 11011

Color Harmonies of #068262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068262

Black with #068262

Text Example


Text Example

White with #068262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068262; }

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

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

background-color css

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

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

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

border-color css

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

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

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