Html Css Color HEX #668A4B Dingley

📋 copy color: '#668A4B'

red 102 ◦ green 138 ◦ blue 75

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

Shades of Dingley #668A4B

Tints of Dingley #668A4B

RGB

 RED value IS 102 (40.23% from 255) = 32.38%

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 32.38%
G = 43.81%
B = 23.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#668A4B (or 0x668A4B) is known color: Dingley. HEX triplet: 66, 8A and 4B. RGB value is (102,138,75). Sum of RGB (Red+Green+Blue) = 102+138+75=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #668A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A4B is #9975B4. Grayscale: #787878. Windows color (decimal): -10057141 or 4950630. OLE color: 4950630.

HSL color Cylindrical-coordinate representation of color #668A4B: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668A4B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 75 -
CMYK 0.26 0 0.46 0.46
HSL 94.29º 0.3% 0.42% -
HSV(B) 94.29º 0.46% 0.54% -
XYZ 15.84 21.51 9.97 -
YUV 120.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 102 138 75 0.26 0 0.46 0.46 94.29 0.3 0.42
Hex 66 8A 4B 1A 0 2E 2E 5E 1E 2A
Octal 146 212 113 32 0 56 56 136 36 52
Binary 1100110 10001010 1001011 11010 0 101110 101110 1011110 11110 101010

Color Harmonies of #668A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A4B

Black with #668A4B

Text Example


Text Example

White with #668A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A4B; }

 p { color: rgb(102,138,75); }

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

background-color css

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

 a { background-color: rgb(102,138,75); }

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

border-color css

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

 span { border-color: rgb(102,138,75); }

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