Html Css Color HEX #69883A Dingley

📋 copy color: '#69883A'

red 105 ◦ green 136 ◦ blue 58

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

Shades of Dingley #69883A

Tints of Dingley #69883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

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

R = 35.12%
G = 45.48%
B = 19.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#69883A (or 0x69883A) is known color: Dingley. HEX triplet: 69, 88 and 3A. RGB value is (105,136,58). Sum of RGB (Red+Green+Blue) = 105+136+58=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #69883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69883A is #9677C5. Grayscale: #767676. Windows color (decimal): -9861062 or 3836009. OLE color: 3836009.

HSL color Cylindrical-coordinate representation of color #69883A: hue angle of 83.85º 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 #69883A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 58 -
CMYK 0.23 0 0.57 0.47
HSL 83.85º 0.4% 0.38% -
HSV(B) 83.85º 0.57% 0.53% -
XYZ 15.39 20.92 7.23 -
YUV 117.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 105 136 58 0.23 0 0.57 0.47 83.85 0.4 0.38
Hex 69 88 3A 17 0 39 2F 54 28 26
Octal 151 210 72 27 0 71 57 124 50 46
Binary 1101001 10001000 111010 10111 0 111001 101111 1010100 101000 100110

Color Harmonies of #69883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69883A

Black with #69883A

Text Example


Text Example

White with #69883A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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