Html Css Color HEX #6A853A Dingley

📋 copy color: '#6A853A'

red 106 ◦ green 133 ◦ blue 58

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

Shades of Dingley #6A853A

Tints of Dingley #6A853A

RGB

 RED value IS 106 (41.8% from 255) = 35.69%

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

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

R = 35.69%
G = 44.78%
B = 19.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#6A853A (or 0x6A853A) is known color: Dingley. HEX triplet: 6A, 85 and 3A. RGB value is (106,133,58). Sum of RGB (Red+Green+Blue) = 106+133+58=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853A is #957AC5. Grayscale: #747474. Windows color (decimal): -9796294 or 3835242. OLE color: 3835242.

HSL color Cylindrical-coordinate representation of color #6A853A: hue angle of 81.6º 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 #6A853A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 58 -
CMYK 0.20 0 0.56 0.48
HSL 81.6º 0.39% 0.37% -
HSV(B) 81.6º 0.56% 0.52% -
XYZ 15.1 20.14 7.1 -
YUV 116.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 106 133 58 0.20 0 0.56 0.48 81.6 0.39 0.37
Hex 6A 85 3A 14 0 38 30 52 27 25
Octal 152 205 72 24 0 70 60 122 47 45
Binary 1101010 10000101 111010 10100 0 111000 110000 1010010 100111 100101

Color Harmonies of #6A853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A853A

Black with #6A853A

Text Example


Text Example

White with #6A853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A853A; }

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

 H1.HeaderClassName
 {
   color: #6A853A;
 }
 .AnyTagClassName
 {
   color: #6A853A;
 }
</style>

background-color css

<style>
 a { background-color: #6A853A; }

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

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

border-color css

<style>
 span { border-color: #6A853A; }

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

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