Html Css Color HEX #68752F Rain Forest

📋 copy color: '#68752F'

red 104 ◦ green 117 ◦ blue 47

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

Shades of Rain Forest #68752F

Tints of Rain Forest #68752F

RGB

 RED value IS 104 (41.02% from 255) = 38.81%

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 38.81%
G = 43.66%
B = 17.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#68752F (or 0x68752F) is known color: Rain Forest. HEX triplet: 68, 75 and 2F. RGB value is (104,117,47). Sum of RGB (Red+Green+Blue) = 104+117+47=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #68752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68752F is #978AD0. Grayscale: #696969. Windows color (decimal): -9931473 or 3110248. OLE color: 3110248.

HSL color Cylindrical-coordinate representation of color #68752F: hue angle of 71.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68752F is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 47 -
CMYK 0.11 0 0.60 0.54
HSL 71.14º 0.43% 0.32% -
HSV(B) 71.14º 0.6% 0.46% -
XYZ 12.58 15.87 5.09 -
YUV 105.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 104 117 47 0.11 0 0.60 0.54 71.14 0.43 0.32
Hex 68 75 2F B 0 3C 36 47 2B 20
Octal 150 165 57 13 0 74 66 107 53 40
Binary 1101000 1110101 101111 1011 0 111100 110110 1000111 101011 100000

Color Harmonies of #68752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68752F

Black with #68752F

Text Example


Text Example

White with #68752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68752F; }

 p { color: rgb(104,117,47); }

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

background-color css

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

 a { background-color: rgb(104,117,47); }

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

border-color css

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

 span { border-color: rgb(104,117,47); }

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