Html Css Color HEX #66753A Woodland

📋 copy color: '#66753A'

red 102 ◦ green 117 ◦ blue 58

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

Shades of Woodland #66753A

Tints of Woodland #66753A

RGB

 RED value IS 102 (40.23% from 255) = 36.82%

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 36.82%
G = 42.24%
B = 20.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#66753A (or 0x66753A) is known color: Woodland. HEX triplet: 66, 75 and 3A. RGB value is (102,117,58). Sum of RGB (Red+Green+Blue) = 102+117+58=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #66753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66753A is #998AC5. Grayscale: #6A6A6A. Windows color (decimal): -10062534 or 3831142. OLE color: 3831142.

HSL color Cylindrical-coordinate representation of color #66753A: hue angle of 75.25º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66753A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 58 -
CMYK 0.13 0 0.50 0.54
HSL 75.25º 0.34% 0.34% -
HSV(B) 75.25º 0.5% 0.46% -
XYZ 12.6 15.85 6.4 -
YUV 105.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 102 117 58 0.13 0 0.50 0.54 75.25 0.34 0.34
Hex 66 75 3A D 0 32 36 4B 22 22
Octal 146 165 72 15 0 62 66 113 42 42
Binary 1100110 1110101 111010 1101 0 110010 110110 1001011 100010 100010

Color Harmonies of #66753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66753A

Black with #66753A

Text Example


Text Example

White with #66753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66753A; }

 p { color: rgb(102,117,58); }

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

background-color css

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

 a { background-color: rgb(102,117,58); }

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

border-color css

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

 span { border-color: rgb(102,117,58); }

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