Html Css Color HEX #69873A Dingley

📋 copy color: '#69873A'

red 105 ◦ green 135 ◦ blue 58

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

Shades of Dingley #69873A

Tints of Dingley #69873A

RGB

 RED value IS 105 (41.41% from 255) = 35.23%

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

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

R = 35.23%
G = 45.3%
B = 19.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#69873A (or 0x69873A) is known color: Dingley. HEX triplet: 69, 87 and 3A. RGB value is (105,135,58). Sum of RGB (Red+Green+Blue) = 105+135+58=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #69873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69873A is #9678C5. Grayscale: #757575. Windows color (decimal): -9861318 or 3835753. OLE color: 3835753.

HSL color Cylindrical-coordinate representation of color #69873A: hue angle of 83.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69873A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 58 -
CMYK 0.22 0 0.57 0.47
HSL 83.38º 0.4% 0.38% -
HSV(B) 83.38º 0.57% 0.53% -
XYZ 15.25 20.64 7.18 -
YUV 117.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 105 135 58 0.22 0 0.57 0.47 83.38 0.4 0.38
Hex 69 87 3A 16 0 39 2F 53 28 26
Octal 151 207 72 26 0 71 57 123 50 46
Binary 1101001 10000111 111010 10110 0 111001 101111 1010011 101000 100110

Color Harmonies of #69873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69873A

Black with #69873A

Text Example


Text Example

White with #69873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,135,58); }

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

background-color css

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

 a { background-color: rgb(105,135,58); }

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

border-color css

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

 span { border-color: rgb(105,135,58); }

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