Html Css Color HEX #73874B Dingley

📋 copy color: '#73874B'

red 115 ◦ green 135 ◦ blue 75

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

Shades of Dingley #73874B

Tints of Dingley #73874B

RGB

 RED value IS 115 (45.31% from 255) = 35.38%

 GREEN value IS 135 (53.13% from 255) = 41.54%

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

R = 35.38%
G = 41.54%
B = 23.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#73874B (or 0x73874B) is known color: Dingley. HEX triplet: 73, 87 and 4B. RGB value is (115,135,75). Sum of RGB (Red+Green+Blue) = 115+135+75=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #73874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73874B is #8C78B4. Grayscale: #7A7A7A. Windows color (decimal): -9205941 or 4949875. OLE color: 4949875.

HSL color Cylindrical-coordinate representation of color #73874B: hue angle of 80º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73874B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 135 75 -
CMYK 0.15 0 0.44 0.47
HSL 80º 0.29% 0.41% -
HSV(B) 80º 0.44% 0.53% -
XYZ 17 21.48 9.91 -
YUV 122.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 115 135 75 0.15 0 0.44 0.47 80 0.29 0.41
Hex 73 87 4B F 0 2C 2F 50 1D 29
Octal 163 207 113 17 0 54 57 120 35 51
Binary 1110011 10000111 1001011 1111 0 101100 101111 1010000 11101 101001

Color Harmonies of #73874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73874B

Black with #73874B

Text Example


Text Example

White with #73874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,135,75); }

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

background-color css

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

 a { background-color: rgb(115,135,75); }

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

border-color css

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

 span { border-color: rgb(115,135,75); }

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