Html Css Color HEX #69833D Dingley

📋 copy color: '#69833D'

red 105 ◦ green 131 ◦ blue 61

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

Shades of Dingley #69833D

Tints of Dingley #69833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 35.35%
G = 44.11%
B = 20.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#69833D (or 0x69833D) is known color: Dingley. HEX triplet: 69, 83 and 3D. RGB value is (105,131,61). Sum of RGB (Red+Green+Blue) = 105+131+61=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #69833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69833D is #967CC2. Grayscale: #737373. Windows color (decimal): -9862339 or 4031337. OLE color: 4031337.

HSL color Cylindrical-coordinate representation of color #69833D: hue angle of 82.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69833D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 61 -
CMYK 0.20 0 0.53 0.49
HSL 82.29º 0.36% 0.38% -
HSV(B) 82.29º 0.53% 0.51% -
XYZ 14.78 19.57 7.41 -
YUV 115.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 105 131 61 0.20 0 0.53 0.49 82.29 0.36 0.38
Hex 69 83 3D 14 0 35 31 52 24 26
Octal 151 203 75 24 0 65 61 122 44 46
Binary 1101001 10000011 111101 10100 0 110101 110001 1010010 100100 100110

Color Harmonies of #69833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69833D

Black with #69833D

Text Example


Text Example

White with #69833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69833D; }

 p { color: rgb(105,131,61); }

 H1.HeaderClassName
 {
   color: #69833D;
 }
 .AnyTagClassName
 {
   color: #69833D;
 }
</style>

background-color css

<style>
 a { background-color: #69833D; }

 a { background-color: rgb(105,131,61); }

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

border-color css

<style>
 span { border-color: #69833D; }

 span { border-color: rgb(105,131,61); }

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