Html Css Color HEX #68853A Dingley

📋 copy color: '#68853A'

red 104 ◦ green 133 ◦ blue 58

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

Shades of Dingley #68853A

Tints of Dingley #68853A

RGB

 RED value IS 104 (41.02% from 255) = 35.25%

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 35.25%
G = 45.08%
B = 19.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#68853A (or 0x68853A) is known color: Dingley. HEX triplet: 68, 85 and 3A. RGB value is (104,133,58). Sum of RGB (Red+Green+Blue) = 104+133+58=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #68853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853A is #977AC5. Grayscale: #747474. Windows color (decimal): -9927366 or 3835240. OLE color: 3835240.

HSL color Cylindrical-coordinate representation of color #68853A: hue angle of 83.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68853A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 58 -
CMYK 0.22 0 0.56 0.48
HSL 83.2º 0.39% 0.37% -
HSV(B) 83.2º 0.56% 0.52% -
XYZ 14.86 20.02 7.08 -
YUV 115.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 104 133 58 0.22 0 0.56 0.48 83.2 0.39 0.37
Hex 68 85 3A 16 0 38 30 53 27 25
Octal 150 205 72 26 0 70 60 123 47 45
Binary 1101000 10000101 111010 10110 0 111000 110000 1010011 100111 100101

Color Harmonies of #68853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68853A

Black with #68853A

Text Example


Text Example

White with #68853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,133,58); }

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

background-color css

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

 a { background-color: rgb(104,133,58); }

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

border-color css

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

 span { border-color: rgb(104,133,58); }

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