Html Css Color HEX #666936 Verdigris

📋 copy color: '#666936'

red 102 ◦ green 105 ◦ blue 54

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

Shades of Verdigris #666936

Tints of Verdigris #666936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 39.08%
G = 40.23%
B = 20.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#666936 (or 0x666936) is known color: Verdigris. HEX triplet: 66, 69 and 36. RGB value is (102,105,54). Sum of RGB (Red+Green+Blue) = 102+105+54=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #666936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666936 is #9996C9. Grayscale: #626262. Windows color (decimal): -10065610 or 3565926. OLE color: 3565926.

HSL color Cylindrical-coordinate representation of color #666936: hue angle of 63.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666936 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 54 -
CMYK 0.03 0 0.49 0.59
HSL 63.53º 0.32% 0.31% -
HSV(B) 63.53º 0.49% 0.41% -
XYZ 11.2 13.19 5.45 -
YUV 98.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 102 105 54 0.03 0 0.49 0.59 63.53 0.32 0.31
Hex 66 69 36 3 0 31 3B 40 20 1F
Octal 146 151 66 3 0 61 73 100 40 37
Binary 1100110 1101001 110110 11 0 110001 111011 1000000 100000 11111

Color Harmonies of #666936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666936

Black with #666936

Text Example


Text Example

White with #666936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666936; }

 p { color: rgb(102,105,54); }

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

background-color css

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

 a { background-color: rgb(102,105,54); }

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

border-color css

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

 span { border-color: rgb(102,105,54); }

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