Html Css Color HEX #61813F Dingley

📋 copy color: '#61813F'

red 97 ◦ green 129 ◦ blue 63

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

Shades of Dingley #61813F

Tints of Dingley #61813F

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

 GREEN value IS 129 (50.78% from 255) = 44.64%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 33.56%
G = 44.64%
B = 21.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#61813F (or 0x61813F) is known color: Dingley. HEX triplet: 61, 81 and 3F. RGB value is (97,129,63). Sum of RGB (Red+Green+Blue) = 97+129+63=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #61813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61813F is #9E7EC0. Grayscale: #707070. Windows color (decimal): -10387137 or 4161889. OLE color: 4161889.

HSL color Cylindrical-coordinate representation of color #61813F: hue angle of 89.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61813F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 63 -
CMYK 0.25 0 0.51 0.49
HSL 89.09º 0.34% 0.38% -
HSV(B) 89.09º 0.51% 0.51% -
XYZ 13.68 18.6 7.57 -
YUV 111.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 97 129 63 0.25 0 0.51 0.49 89.09 0.34 0.38
Hex 61 81 3F 19 0 33 31 59 22 26
Octal 141 201 77 31 0 63 61 131 42 46
Binary 1100001 10000001 111111 11001 0 110011 110001 1011001 100010 100110

Color Harmonies of #61813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61813F

Black with #61813F

Text Example


Text Example

White with #61813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,129,63); }

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

background-color css

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

 a { background-color: rgb(97,129,63); }

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

border-color css

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

 span { border-color: rgb(97,129,63); }

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