Html Css Color HEX #69823F Dingley

📋 copy color: '#69823F'

red 105 ◦ green 130 ◦ blue 63

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

Shades of Dingley #69823F

Tints of Dingley #69823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

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

R = 35.23%
G = 43.62%
B = 21.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#69823F (or 0x69823F) is known color: Dingley. HEX triplet: 69, 82 and 3F. RGB value is (105,130,63). Sum of RGB (Red+Green+Blue) = 105+130+63=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #69823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69823F is #967DC0. Grayscale: #737373. Windows color (decimal): -9862593 or 4162153. OLE color: 4162153.

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

Color convert

RGB 105 130 63 -
CMYK 0.19 0 0.52 0.49
HSL 82.39º 0.35% 0.38% -
HSV(B) 82.39º 0.52% 0.51% -
XYZ 14.71 19.33 7.66 -
YUV 114.89 98.72 120.95 -
System Red Green Blue C M Y K H S L
Decimal 105 130 63 0.19 0 0.52 0.49 82.39 0.35 0.38
Hex 69 82 3F 13 0 34 31 52 23 26
Octal 151 202 77 23 0 64 61 122 43 46
Binary 1101001 10000010 111111 10011 0 110100 110001 1010010 100011 100110

Color Harmonies of #69823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69823F

Black with #69823F

Text Example


Text Example

White with #69823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,130,63); }

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

background-color css

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

 a { background-color: rgb(105,130,63); }

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

border-color css

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

 span { border-color: rgb(105,130,63); }

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