Html Css Color HEX #6A7E3B Dingley

📋 copy color: '#6A7E3B'

red 106 ◦ green 126 ◦ blue 59

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

Shades of Dingley #6A7E3B

Tints of Dingley #6A7E3B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.3%

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 36.43%
G = 43.3%
B = 20.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#6A7E3B (or 0x6A7E3B) is known color: Dingley. HEX triplet: 6A, 7E and 3B. RGB value is (106,126,59). Sum of RGB (Red+Green+Blue) = 106+126+59=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7E3B is #9581C4. Grayscale: #707070. Windows color (decimal): -9798085 or 3898986. OLE color: 3898986.

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

Color convert

RGB 106 126 59 -
CMYK 0.16 0 0.53 0.51
HSL 77.91º 0.36% 0.36% -
HSV(B) 77.91º 0.53% 0.49% -
XYZ 14.19 18.3 6.92 -
YUV 112.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 106 126 59 0.16 0 0.53 0.51 77.91 0.36 0.36
Hex 6A 7E 3B 10 0 35 33 4E 24 24
Octal 152 176 73 20 0 65 63 116 44 44
Binary 1101010 1111110 111011 10000 0 110101 110011 1001110 100100 100100

Color Harmonies of #6A7E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7E3B

Black with #6A7E3B

Text Example


Text Example

White with #6A7E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,126,59); }

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

background-color css

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

 a { background-color: rgb(106,126,59); }

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

border-color css

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

 span { border-color: rgb(106,126,59); }

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