Html Css Color HEX #679542 Dingley

📋 copy color: '#679542'

red 103 ◦ green 149 ◦ blue 66

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

Shades of Dingley #679542

Tints of Dingley #679542

RGB

 RED value IS 103 (40.63% from 255) = 32.39%

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 32.39%
G = 46.86%
B = 20.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#679542 (or 0x679542) is known color: Dingley. HEX triplet: 67, 95 and 42. RGB value is (103,149,66). Sum of RGB (Red+Green+Blue) = 103+149+66=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #679542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679542 is #986ABD. Grayscale: #7E7E7E. Windows color (decimal): -9988798 or 4363623. OLE color: 4363623.

HSL color Cylindrical-coordinate representation of color #679542: hue angle of 93.25º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #679542 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 66 -
CMYK 0.31 0 0.56 0.42
HSL 93.25º 0.39% 0.42% -
HSV(B) 93.25º 0.56% 0.58% -
XYZ 17.32 24.77 9.02 -
YUV 125.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 103 149 66 0.31 0 0.56 0.42 93.25 0.39 0.42
Hex 67 95 42 1F 0 38 2A 5D 27 2A
Octal 147 225 102 37 0 70 52 135 47 52
Binary 1100111 10010101 1000010 11111 0 111000 101010 1011101 100111 101010

Color Harmonies of #679542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679542

Black with #679542

Text Example


Text Example

White with #679542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679542; }

 p { color: rgb(103,149,66); }

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

background-color css

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

 a { background-color: rgb(103,149,66); }

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

border-color css

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

 span { border-color: rgb(103,149,66); }

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