Html Css Color HEX #61814B Dingley

📋 copy color: '#61814B'

red 97 ◦ green 129 ◦ blue 75

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

Shades of Dingley #61814B

Tints of Dingley #61814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 32.23%
G = 42.86%
B = 24.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#61814B (or 0x61814B) is known color: Dingley. HEX triplet: 61, 81 and 4B. RGB value is (97,129,75). Sum of RGB (Red+Green+Blue) = 97+129+75=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #61814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61814B is #9E7EB4. Grayscale: #717171. Windows color (decimal): -10387125 or 4948321. OLE color: 4948321.

HSL color Cylindrical-coordinate representation of color #61814B: hue angle of 95.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61814B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 75 -
CMYK 0.25 0 0.42 0.49
HSL 95.56º 0.26% 0.4% -
HSV(B) 95.56º 0.42% 0.51% -
XYZ 14.05 18.75 9.54 -
YUV 113.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 97 129 75 0.25 0 0.42 0.49 95.56 0.26 0.4
Hex 61 81 4B 19 0 2A 31 60 1A 28
Octal 141 201 113 31 0 52 61 140 32 50
Binary 1100001 10000001 1001011 11001 0 101010 110001 1100000 11010 101000

Color Harmonies of #61814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61814B

Black with #61814B

Text Example


Text Example

White with #61814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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